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 /README.md | |
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 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -8,7 +8,7 @@ Requires mattermost 1.2.0+ There is also [matterbridge-plus] (https://github.com/42wim/matterbridge-plus) which uses the mattermost API and needs a dedicated user (bot). But requires no incoming/outgoing webhook setup. ## binaries -Binaries can be found [here] (https://github.com/42wim/matterbridge/releases/tag/v0.4) +Binaries can be found [here] (https://github.com/42wim/matterbridge/releases/tag/v0.4.1) ## building Go 1.6+ is required. Make sure you have [Go](https://golang.org/doc/install) properly installed, including setting up your [GOPATH] (https://golang.org/doc/code.html#GOPATH) @@ -56,6 +56,8 @@ SkipTLSVerify=true nick="matterbot" channel="#matterbridge" UseSlackCircumfix=false +#Ignore the messages from these nicks. They will not be sent to mattermost +IgnoreNicks="ircspammer1 ircspammer2" [mattermost] #url is your incoming webhook url (account settings - integrations - incoming webhooks) @@ -80,6 +82,8 @@ NicksPerRow=4 NickServNick="nickserv" #Password for nickserv NickServPassword="secret" +#Ignore the messages from these nicks. They will not be sent to irc +IgnoreNicks="mmbot spammer2" #multiple channel config #token you can find in your outgoing webhook |