Enable !users command and add a table formatter

* Listen to wildcarded events, currently handle RPL_NAMREPLY.
* Add a formatter to present nick lists from IRC as a table.
This commit is contained in:
Fredrik de Vibe
2016-03-18 15:12:58 -04:00
parent 4759ee6132
commit e0379ca5af
4 changed files with 55 additions and 2 deletions

View File

@@ -7,6 +7,8 @@ nick="matterbot"
channel="#matterbridge"
UseSlackCircumfix=false
PrefixMessagesWithNick=false
NickFormatter=plain
NicksPerRow=4
[mattermost]
url="http://yourdomain/hooks/yourhookkey"