summaryrefslogtreecommitdiffstats
path: root/matterbridge.toml.sample
diff options
context:
space:
mode:
authorWim <wim@42.be>2017-06-18 01:08:11 +0200
committerWim <wim@42.be>2017-06-18 01:08:11 +0200
commit25b1af1e110afc72630027b8957f3bdaedfa943f (patch)
tree871bae657d215b29704539ea1661103efc44f0a1 /matterbridge.toml.sample
parent75fb2b8156e939385f5163215a9eee0e5fe17dee (diff)
downloadmatterbridge-msglm-25b1af1e110afc72630027b8957f3bdaedfa943f.tar.gz
matterbridge-msglm-25b1af1e110afc72630027b8957f3bdaedfa943f.tar.bz2
matterbridge-msglm-25b1af1e110afc72630027b8957f3bdaedfa943f.zip
Add option IgnoreMessages to ignore messages based on regexp. (all). Closes #70
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r--matterbridge.toml.sample60
1 files changed, 60 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample
index bcbab627..ecc921b1 100644
--- a/matterbridge.toml.sample
+++ b/matterbridge.toml.sample
@@ -63,6 +63,12 @@ MessageLength=400
#OPTIONAL
IgnoreNicks="ircspammer1 ircspammer2"
+#Messages you want to ignore.
+#Messages matching these regexp will be ignored and not sent to other bridges
+#See https://regex-golang.appspot.com/assets/html/index.html for more regex info
+#OPTIONAL (example below ignores messages starting with ~~ or messages containing badword
+IgnoreMessages="^~~ badword"
+
#RemoteNickFormat defines how remote users appear on this bridge
#The string "{NICK}" (case sensitive) will be replaced by the actual nick / username.
#The string "{BRIDGE}" (case sensitive) will be replaced by the sending bridge
@@ -115,6 +121,12 @@ SkipTLSVerify=true
#OPTIONAL
IgnoreNicks="ircspammer1 ircspammer2"
+#Messages you want to ignore.
+#Messages matching these regexp will be ignored and not sent to other bridges
+#See https://regex-golang.appspot.com/assets/html/index.html for more regex info
+#OPTIONAL (example below ignores messages starting with ~~ or messages containing badword
+IgnoreMessages="^~~ badword"
+
#RemoteNickFormat defines how remote users appear on this bridge
#The string "{NICK}" (case sensitive) will be replaced by the actual nick / username.
#The string "{BRIDGE}" (case sensitive) will be replaced by the sending bridge
@@ -159,6 +171,12 @@ Nick="yourlogin"
#OPTIONAL
IgnoreNicks="spammer1 spammer2"
+#Messages you want to ignore.
+#Messages matching these regexp will be ignored and not sent to other bridges
+#See https://regex-golang.appspot.com/assets/html/index.html for more regex info
+#OPTIONAL (example below ignores messages starting with ~~ or messages containing badword
+IgnoreMessages="^~~ badword"
+
#RemoteNickFormat defines how remote users appear on this bridge
#The string "{NICK}" (case sensitive) will be replaced by the actual nick / username.
#The string "{BRIDGE}" (case sensitive) will be replaced by the sending bridge
@@ -261,6 +279,12 @@ EditSuffix=" (edited)"
#OPTIONAL
IgnoreNicks="ircspammer1 ircspammer2"
+#Messages you want to ignore.
+#Messages matching these regexp will be ignored and not sent to other bridges
+#See https://regex-golang.appspot.com/assets/html/index.html for more regex info
+#OPTIONAL (example below ignores messages starting with ~~ or messages containing badword
+IgnoreMessages="^~~ badword"
+
#RemoteNickFormat defines how remote users appear on this bridge
#The string "{NICK}" (case sensitive) will be replaced by the actual nick / username.
#The string "{BRIDGE}" (case sensitive) will be replaced by the sending bridge
@@ -294,6 +318,12 @@ Token="Yourtokenhere"
#OPTIONAL
IgnoreNicks="ircspammer1 ircspammer2"
+#Messages you want to ignore.
+#Messages matching these regexp will be ignored and not sent to other bridges
+#See https://regex-golang.appspot.com/assets/html/index.html for more regex info
+#OPTIONAL (example below ignores messages starting with ~~ or messages containing badword
+IgnoreMessages="^~~ badword"
+
#RemoteNickFormat defines how remote users appear on this bridge
#The string "{NICK}" (case sensitive) will be replaced by the actual nick / username.
#The string "{BRIDGE}" (case sensitive) will be replaced by the sending bridge
@@ -383,6 +413,12 @@ PrefixMessagesWithNick=false
#OPTIONAL
IgnoreNicks="ircspammer1 ircspammer2"
+#Messages you want to ignore.
+#Messages matching these regexp will be ignored and not sent to other bridges
+#See https://regex-golang.appspot.com/assets/html/index.html for more regex info
+#OPTIONAL (example below ignores messages starting with ~~ or messages containing badword
+IgnoreMessages="^~~ badword"
+
#RemoteNickFormat defines how remote users appear on this bridge
#The string "{NICK}" (case sensitive) will be replaced by the actual nick / username.
#The string "{BRIDGE}" (case sensitive) will be replaced by the sending bridge
@@ -427,6 +463,12 @@ EditSuffix=" (edited)"
#OPTIONAL
IgnoreNicks="ircspammer1 ircspammer2"
+#Messages you want to ignore.
+#Messages matching these regexp will be ignored and not sent to other bridges
+#See https://regex-golang.appspot.com/assets/html/index.html for more regex info
+#OPTIONAL (example below ignores messages starting with ~~ or messages containing badword
+IgnoreMessages="^~~ badword"
+
#RemoteNickFormat defines how remote users appear on this bridge
#The string "{NICK}" (case sensitive) will be replaced by the actual nick / username.
#The string "{BRIDGE}" (case sensitive) will be replaced by the sending bridge
@@ -477,6 +519,12 @@ EditSuffix=" (edited)"
#OPTIONAL
IgnoreNicks="spammer1 spammer2"
+#Messages you want to ignore.
+#Messages matching these regexp will be ignored and not sent to other bridges
+#See https://regex-golang.appspot.com/assets/html/index.html for more regex info
+#OPTIONAL (example below ignores messages starting with ~~ or messages containing badword
+IgnoreMessages="^~~ badword"
+
#RemoteNickFormat defines how remote users appear on this bridge
#The string "{NICK}" (case sensitive) will be replaced by the actual nick / username.
#The string "{BRIDGE}" (case sensitive) will be replaced by the sending bridge
@@ -535,6 +583,12 @@ PrefixMessagesWithNick=false
#OPTIONAL
IgnoreNicks="ircspammer1 ircspammer2"
+#Messages you want to ignore.
+#Messages matching these regexp will be ignored and not sent to other bridges
+#See https://regex-golang.appspot.com/assets/html/index.html for more regex info
+#OPTIONAL (example below ignores messages starting with ~~ or messages containing badword
+IgnoreMessages="^~~ badword"
+
#RemoteNickFormat defines how remote users appear on this bridge
#The string "{NICK}" (case sensitive) will be replaced by the actual nick / username.
#The string "{BRIDGE}" (case sensitive) will be replaced by the sending bridge
@@ -584,6 +638,12 @@ PrefixMessagesWithNick=false
#OPTIONAL
IgnoreNicks="spammer1 spammer2"
+#Messages you want to ignore.
+#Messages matching these regexp will be ignored and not sent to other bridges
+#See https://regex-golang.appspot.com/assets/html/index.html for more regex info
+#OPTIONAL (example below ignores messages starting with ~~ or messages containing badword
+IgnoreMessages="^~~ badword"
+
#RemoteNickFormat defines how remote users appear on this bridge
#The string "{NICK}" (case sensitive) will be replaced by the actual nick / username.
#The string "{BRIDGE}" (case sensitive) will be replaced by the sending bridge