diff options
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 77f5b51e..b3851a0e 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -102,6 +102,7 @@ ColorNicks=false RunCommands=["PRIVMSG user hello","PRIVMSG chanserv something"] #Nicks you want to ignore. +#Regular expressions supported #Messages from those users will not be sent to other bridges. #OPTIONAL IgnoreNicks="ircspammer1 ircspammer2" @@ -196,6 +197,7 @@ SkipTLSVerify=true ## Settings below can be reloaded by editing the file #Nicks you want to ignore. +#Regular expressions supported #Messages from those users will not be sent to other bridges. #OPTIONAL IgnoreNicks="ircspammer1 ircspammer2" @@ -276,6 +278,7 @@ Nick="yourlogin" ## Settings below can be reloaded by editing the file #Nicks you want to ignore. +#Regular expressions supported #Messages from those users will not be sent to other bridges. #OPTIONAL IgnoreNicks="spammer1 spammer2" @@ -416,6 +419,7 @@ EditDisable=false EditSuffix=" (edited)" #Nicks you want to ignore. +#Regular expressions supported #Messages from those users will not be sent to other bridges. #OPTIONAL IgnoreNicks="ircspammer1 ircspammer2" @@ -491,6 +495,7 @@ Token="Yourtokenhere" ## Settings below can be reloaded by editing the file #Nicks you want to ignore. +#Regular expressions supported #Messages from those users will not be sent to other bridges. #OPTIONAL IgnoreNicks="ircspammer1 ircspammer2" @@ -609,6 +614,7 @@ EditSuffix=" (edited)" PrefixMessagesWithNick=false #Nicks you want to ignore. +#Regular expressions supported #Messages from those users will not be sent to other bridges. #OPTIONAL IgnoreNicks="ircspammer1 ircspammer2" @@ -722,6 +728,7 @@ EditDisable=false EditSuffix=" (edited)" #Nicks you want to ignore. +#Regular expressions supported #Messages from those users will not be sent to other bridges. #OPTIONAL IgnoreNicks="ircspammer1 ircspammer2" @@ -830,6 +837,7 @@ EditDisable=false EditSuffix=" (edited)" #Nicks you want to ignore. +#Regular expressions supported #Messages from those users will not be sent to other bridges. #OPTIONAL IgnoreNicks="spammer1 spammer2" @@ -945,6 +953,7 @@ SkipTLSVerify=true PrefixMessagesWithNick=false #Nicks you want to ignore. +#Regular expressions supported #Messages from those users will not be sent to other bridges. #OPTIONAL IgnoreNicks="ircspammer1 ircspammer2" @@ -1031,6 +1040,7 @@ NoHomeServerSuffix=false PrefixMessagesWithNick=false #Nicks you want to ignore. +#Regular expressions supported #Messages from those users will not be sent to other bridges. #OPTIONAL IgnoreNicks="spammer1 spammer2" @@ -1111,6 +1121,7 @@ Authcode="ABCE12" PrefixMessagesWithNick=false #Nicks you want to ignore. +#Regular expressions supported #Messages from those users will not be sent to other bridges. #OPTIONAL IgnoreNicks="spammer1 spammer2" @@ -1191,6 +1202,7 @@ Topic="matterbridge" ## Settings below can be reloaded by editing the file #Nicks you want to ignore. +#Regular expressions supported #Messages from those users will not be sent to other bridges. #OPTIONAL IgnoreNicks="spammer1 spammer2" |