diff options
author | Fredrik de Vibe <fdv@ifi.uio.no> | 2016-03-18 15:12:58 -0400 |
---|---|---|
committer | Fredrik de Vibe <fdv@ifi.uio.no> | 2016-03-18 15:19:13 -0400 |
commit | e0379ca5af0658f59dbee78b730ebd87c279886d (patch) | |
tree | 0c20aadccfd23d8bc6b6ffe5b10df1ddd7396075 /README.md | |
parent | 4759ee6132e1a8ec1274870b5cf20ae36d02996c (diff) | |
download | matterbridge-msglm-e0379ca5af0658f59dbee78b730ebd87c279886d.tar.gz matterbridge-msglm-e0379ca5af0658f59dbee78b730ebd87c279886d.tar.bz2 matterbridge-msglm-e0379ca5af0658f59dbee78b730ebd87c279886d.zip |
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.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -58,6 +58,10 @@ channel="#matterbridge" UseSlackCircumfix=false #whether to prefix messages from IRC to mattermost with the sender's nick. Useful if username overrides for incoming webhooks isn't enabled on the mattermost server PrefixMessagesWithNick=false +#how to format the list of IRC nicks when displayed in mattermost. Possible options are "table" and "plain" +NickFormatter=plain +#how many nicks to list per row for formatters that support this +NicksPerRow=4 [mattermost] #url is your incoming webhook url (account settings - integrations - incoming webhooks) |