summaryrefslogtreecommitdiffstats
path: root/matterbridge.toml.sample
diff options
context:
space:
mode:
authorWim <wim@42.be>2018-03-06 21:34:55 +0100
committerWim <wim@42.be>2018-03-06 21:35:47 +0100
commite5989adf92cd5ea007b5e7d50580579f8581fee2 (patch)
tree30592393820ff17d2e8f3cc9551cf83ce7d5f3e6 /matterbridge.toml.sample
parent9e5da2f9d7384f2d17ed3bc18bcca7b7c07e6252 (diff)
downloadmatterbridge-msglm-e5989adf92cd5ea007b5e7d50580579f8581fee2.tar.gz
matterbridge-msglm-e5989adf92cd5ea007b5e7d50580579f8581fee2.tar.bz2
matterbridge-msglm-e5989adf92cd5ea007b5e7d50580579f8581fee2.zip
Add support for NoSendJoinPart. Closes #382
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r--matterbridge.toml.sample15
1 files changed, 15 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample
index 2f4d470e..0e74f7e8 100644
--- a/matterbridge.toml.sample
+++ b/matterbridge.toml.sample
@@ -135,6 +135,11 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
#OPTIONAL (default false)
ShowJoinPart=false
+#Do not send joins/parts to other bridges
+#Currently works for messages from the following bridges: irc, mattermost, slack
+#OPTIONAL (default false)
+NoSendJoinPart=false
+
#StripNick only allows alphanumerical nicks. See https://github.com/42wim/matterbridge/issues/285
#It will strip other characters from the nick
#OPTIONAL (default false)
@@ -446,6 +451,11 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
#OPTIONAL (default false)
ShowJoinPart=false
+#Do not send joins/parts to other bridges
+#Currently works for messages from the following bridges: irc, mattermost, slack
+#OPTIONAL (default false)
+NoSendJoinPart=false
+
#StripNick only allows alphanumerical nicks. See https://github.com/42wim/matterbridge/issues/285
#It will strip other characters from the nick
#OPTIONAL (default false)
@@ -636,6 +646,11 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
#OPTIONAL (default false)
ShowJoinPart=false
+#Do not send joins/parts to other bridges
+#Currently works for messages from the following bridges: irc, mattermost, slack
+#OPTIONAL (default false)
+NoSendJoinPart=false
+
#StripNick only allows alphanumerical nicks. See https://github.com/42wim/matterbridge/issues/285
#It will strip other characters from the nick
#OPTIONAL (default false)