summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFredrik de Vibe <fdv@ifi.uio.no>2016-03-18 15:54:14 -0400
committerFredrik de Vibe <fdv@ifi.uio.no>2016-03-18 15:54:14 -0400
commita63433e41bad06a9ef8132082b8ef40d91d07aec (patch)
tree0a04c24e7d8ddb8d1beb67d0c3d28c15f9e30505 /README.md
parente0379ca5af0658f59dbee78b730ebd87c279886d (diff)
downloadmatterbridge-msglm-a63433e41bad06a9ef8132082b8ef40d91d07aec.tar.gz
matterbridge-msglm-a63433e41bad06a9ef8132082b8ef40d91d07aec.tar.bz2
matterbridge-msglm-a63433e41bad06a9ef8132082b8ef40d91d07aec.zip
Move new config parameters from IRC to Mattermost.
PrefixMessagesWithNick, NickFormatter and NicksPerRow.
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 688b8b7c..5875f1ff 100644
--- a/README.md
+++ b/README.md
@@ -56,12 +56,6 @@ SkipTLSVerify=true
nick="matterbot"
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)
@@ -76,6 +70,12 @@ showjoinpart=true #show irc users joining and parting
token=yourtokenfrommattermost
#disable certificate checking (selfsigned certificates)
#SkipTLSVerify=true
+#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
#multiple channel config
#token you can find in your outgoing webhook