summaryrefslogtreecommitdiffstats
path: root/matterbridge.conf.sample
diff options
context:
space:
mode:
authorFredrik de Vibe <fdv@ifi.uio.no>2016-03-18 15:12:58 -0400
committerFredrik de Vibe <fdv@ifi.uio.no>2016-03-18 15:19:13 -0400
commite0379ca5af0658f59dbee78b730ebd87c279886d (patch)
tree0c20aadccfd23d8bc6b6ffe5b10df1ddd7396075 /matterbridge.conf.sample
parent4759ee6132e1a8ec1274870b5cf20ae36d02996c (diff)
downloadmatterbridge-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 'matterbridge.conf.sample')
-rw-r--r--matterbridge.conf.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/matterbridge.conf.sample b/matterbridge.conf.sample
index 843402e0..4caf6c86 100644
--- a/matterbridge.conf.sample
+++ b/matterbridge.conf.sample
@@ -7,6 +7,8 @@ nick="matterbot"
channel="#matterbridge"
UseSlackCircumfix=false
PrefixMessagesWithNick=false
+NickFormatter=plain
+NicksPerRow=4
[mattermost]
url="http://yourdomain/hooks/yourhookkey"