summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
author@42wim <wim@42.be>2016-03-18 23:48:05 +0100
committer@42wim <wim@42.be>2016-03-18 23:48:05 +0100
commit4984473c1bf48bbf1e530eaecba841baca2fe3e6 (patch)
tree30a1cab9fd4ca8fbe1035f31f4d6e336b22c086e /README.md
parent4759ee6132e1a8ec1274870b5cf20ae36d02996c (diff)
parent3fcce2d8a05d45da9b13c85702ec6b9069585214 (diff)
downloadmatterbridge-msglm-4984473c1bf48bbf1e530eaecba841baca2fe3e6.tar.gz
matterbridge-msglm-4984473c1bf48bbf1e530eaecba841baca2fe3e6.tar.bz2
matterbridge-msglm-4984473c1bf48bbf1e530eaecba841baca2fe3e6.zip
Merge pull request #14 from fdevibe/enable-users-2
Enable !users command and add a table formatter
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index a17f1b5c..5875f1ff 100644
--- a/README.md
+++ b/README.md
@@ -56,8 +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
[mattermost]
#url is your incoming webhook url (account settings - integrations - incoming webhooks)
@@ -72,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