summaryrefslogtreecommitdiffstats
path: root/matterbridge.toml.sample
diff options
context:
space:
mode:
authorWim <wim@42.be>2018-02-02 21:04:43 +0100
committerWim <wim@42.be>2018-02-02 21:08:13 +0100
commit67f625761785bdd1daf7101668f4853adacdd694 (patch)
treee37d7c7673aa3d0fcb9b5d68af517dfe41b11ecc /matterbridge.toml.sample
parent169c614489d34d282f814967e252d5630dc9ea9e (diff)
downloadmatterbridge-msglm-67f625761785bdd1daf7101668f4853adacdd694.tar.gz
matterbridge-msglm-67f625761785bdd1daf7101668f4853adacdd694.tar.bz2
matterbridge-msglm-67f625761785bdd1daf7101668f4853adacdd694.zip
Add ShowTopicChange option. Allow/disable topic change messages (currently only from slack). Closes #353
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r--matterbridge.toml.sample77
1 files changed, 66 insertions, 11 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample
index fea60c12..e0589fcb 100644
--- a/matterbridge.toml.sample
+++ b/matterbridge.toml.sample
@@ -126,7 +126,7 @@ ReplaceNicks=[ ["user--","user"] ]
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
#Enable to show users joins/parts from other bridges
-#Only works hiding/show messages from irc and mattermost bridge for now
+#Currently works for messages from the following bridges: irc, mattermost, slack
#OPTIONAL (default false)
ShowJoinPart=false
@@ -135,6 +135,11 @@ ShowJoinPart=false
#OPTIONAL (default false)
StripNick=false
+#Enable to show topic changes from other bridges
+#Only works hiding/show topic changes from slack bridge for now
+#OPTIONAL (default false)
+ShowTopicChange=false
+
###################################################################
#XMPP section
###################################################################
@@ -205,7 +210,7 @@ ReplaceNicks=[ ["user--","user"] ]
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
#Enable to show users joins/parts from other bridges
-#Only works hiding/show messages from irc and mattermost bridge for now
+#Currently works for messages from the following bridges: irc, mattermost, slack
#OPTIONAL (default false)
ShowJoinPart=false
@@ -214,6 +219,11 @@ ShowJoinPart=false
#OPTIONAL (default false)
StripNick=false
+#Enable to show topic changes from other bridges
+#Only works hiding/show topic changes from slack bridge for now
+#OPTIONAL (default false)
+ShowTopicChange=false
+
###################################################################
#hipchat section
###################################################################
@@ -276,7 +286,7 @@ ReplaceNicks=[ ["user--","user"] ]
RemoteNickFormat="[{PROTOCOL}/{BRIDGE}] <{NICK}> "
#Enable to show users joins/parts from other bridges
-#Only works hiding/show messages from irc and mattermost bridge for now
+#Currently works for messages from the following bridges: irc, mattermost, slack
#OPTIONAL (default false)
ShowJoinPart=false
@@ -285,6 +295,11 @@ ShowJoinPart=false
#OPTIONAL (default false)
StripNick=false
+#Enable to show topic changes from other bridges
+#Only works hiding/show topic changes from slack bridge for now
+#OPTIONAL (default false)
+ShowTopicChange=false
+
###################################################################
#mattermost section
###################################################################
@@ -407,7 +422,7 @@ ReplaceNicks=[ ["user--","user"] ]
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
#Enable to show users joins/parts from other bridges
-#Only works hiding/show messages from irc and mattermost bridge for now
+#Currently works for messages from the following bridges: irc, mattermost, slack
#OPTIONAL (default false)
ShowJoinPart=false
@@ -416,6 +431,11 @@ ShowJoinPart=false
#OPTIONAL (default false)
StripNick=false
+#Enable to show topic changes from other bridges
+#Only works hiding/show topic changes from slack bridge for now
+#OPTIONAL (default false)
+ShowTopicChange=false
+
###################################################################
#Gitter section
#Best to make a dedicated gitter account for the bot.
@@ -468,7 +488,7 @@ ReplaceNicks=[ ["user--","user"] ]
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
#Enable to show users joins/parts from other bridges
-#Only works hiding/show messages from irc and mattermost bridge for now
+#Currently works for messages from the following bridges: irc, mattermost, slack
#OPTIONAL (default false)
ShowJoinPart=false
@@ -477,6 +497,11 @@ ShowJoinPart=false
#OPTIONAL (default false)
StripNick=false
+#Enable to show topic changes from other bridges
+#Only works hiding/show topic changes from slack bridge for now
+#OPTIONAL (default false)
+ShowTopicChange=false
+
###################################################################
#slack section
###################################################################
@@ -576,7 +601,7 @@ ReplaceNicks=[ ["user--","user"] ]
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
#Enable to show users joins/parts from other bridges
-#Only works hiding/show messages from irc and mattermost bridge for now
+#Currently works for messages from the following bridges: irc, mattermost, slack
#OPTIONAL (default false)
ShowJoinPart=false
@@ -585,6 +610,11 @@ ShowJoinPart=false
#OPTIONAL (default false)
StripNick=false
+#Enable to show topic changes from other bridges
+#Only works hiding/show topic changes from slack bridge for now
+#OPTIONAL (default false)
+ShowTopicChange=false
+
###################################################################
#discord section
###################################################################
@@ -661,7 +691,7 @@ ReplaceNicks=[ ["user--","user"] ]
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
#Enable to show users joins/parts from other bridges
-#Only works hiding/show messages from irc and mattermost bridge for now
+#Currently works for messages from the following bridges: irc, mattermost, slack
#OPTIONAL (default false)
ShowJoinPart=false
@@ -670,6 +700,11 @@ ShowJoinPart=false
#OPTIONAL (default false)
StripNick=false
+#Enable to show topic changes from other bridges
+#Only works hiding/show topic changes from slack bridge for now
+#OPTIONAL (default false)
+ShowTopicChange=false
+
###################################################################
#telegram section
###################################################################
@@ -745,7 +780,7 @@ ReplaceNicks=[ ["user--","user"] ]
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
#Enable to show users joins/parts from other bridges
-#Only works hiding/show messages from irc and mattermost bridge for now
+#Currently works for messages from the following bridges: irc, mattermost, slack
#OPTIONAL (default false)
ShowJoinPart=false
@@ -754,6 +789,11 @@ ShowJoinPart=false
#OPTIONAL (default false)
StripNick=false
+#Enable to show topic changes from other bridges
+#Only works hiding/show topic changes from slack bridge for now
+#OPTIONAL (default false)
+ShowTopicChange=false
+
###################################################################
#rocketchat section
###################################################################
@@ -830,7 +870,7 @@ ReplaceNicks=[ ["user--","user"] ]
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
#Enable to show users joins/parts from other bridges
-#Only works hiding/show messages from irc and mattermost bridge for now
+#Currently works for messages from the following bridges: irc, mattermost, slack
#OPTIONAL (default false)
ShowJoinPart=false
@@ -839,6 +879,11 @@ ShowJoinPart=false
#OPTIONAL (default false)
StripNick=false
+#Enable to show topic changes from other bridges
+#Only works hiding/show topic changes from slack bridge for now
+#OPTIONAL (default false)
+ShowTopicChange=false
+
###################################################################
#matrix section
###################################################################
@@ -907,7 +952,7 @@ ReplaceNicks=[ ["user--","user"] ]
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
#Enable to show users joins/parts from other bridges
-#Only works hiding/show messages from irc and mattermost bridge for now
+#Currently works for messages from the following bridges: irc, mattermost, slack
#OPTIONAL (default false)
ShowJoinPart=false
@@ -916,6 +961,11 @@ ShowJoinPart=false
#OPTIONAL (default false)
StripNick=false
+#Enable to show topic changes from other bridges
+#Only works hiding/show topic changes from slack bridge for now
+#OPTIONAL (default false)
+ShowTopicChange=false
+
###################################################################
#steam section
###################################################################
@@ -978,7 +1028,7 @@ ReplaceNicks=[ ["user--","user"] ]
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
#Enable to show users joins/parts from other bridges
-#Only works hiding/show messages from irc and mattermost bridge for now
+#Currently works for messages from the following bridges: irc, mattermost, slack
#OPTIONAL (default false)
ShowJoinPart=false
@@ -987,6 +1037,11 @@ ShowJoinPart=false
#OPTIONAL (default false)
StripNick=false
+#Enable to show topic changes from other bridges
+#Only works hiding/show topic changes from slack bridge for now
+#OPTIONAL (default false)
+ShowTopicChange=false
+
###################################################################
#API
###################################################################