diff options
author | Wim <wim@42.be> | 2016-05-21 16:03:19 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2016-05-21 16:03:19 +0200 |
commit | ff5aeeb1e196c358858bc06a91f1c19a3e2a98f3 (patch) | |
tree | 10753fecd51971cfc2ed67c697e635c891f72ecb /matterbridge.conf.sample | |
parent | 33844fa60c5b432c4b6a4fb966be6e8f04627165 (diff) | |
download | matterbridge-msglm-ff5aeeb1e196c358858bc06a91f1c19a3e2a98f3.tar.gz matterbridge-msglm-ff5aeeb1e196c358858bc06a91f1c19a3e2a98f3.tar.bz2 matterbridge-msglm-ff5aeeb1e196c358858bc06a91f1c19a3e2a98f3.zip |
Add support for ignoring messages from specific users.
Diffstat (limited to 'matterbridge.conf.sample')
-rw-r--r-- | matterbridge.conf.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/matterbridge.conf.sample b/matterbridge.conf.sample index c1397d11..bc989fd0 100644 --- a/matterbridge.conf.sample +++ b/matterbridge.conf.sample @@ -6,6 +6,7 @@ SkipTLSVerify=true nick="matterbot" channel="#matterbridge" UseSlackCircumfix=false +IgnoreNicks="ircspammer1 ircspammer2" [mattermost] url="http://yourdomain/hooks/yourhookkey" @@ -21,6 +22,7 @@ NickFormatter=plain NicksPerRow=4 #NickServNick="nickserv" #NickServPassword="secret" +IgnoreNicks="mmbot spammer2" [general] GiphyAPIKey=dc6zaTOxFJmzC |