diff options
author | Fredrik de Vibe <fdv@ifi.uio.no> | 2016-03-18 06:09:29 -0400 |
---|---|---|
committer | Fredrik de Vibe <fdv@ifi.uio.no> | 2016-03-18 06:09:29 -0400 |
commit | 5ec94fdb4356df1be68a107f0ac142d44530b334 (patch) | |
tree | bf9a754911ca0c3a0199448e3ebc737b535f6e7d /README.md | |
parent | a64deb1238ac9684a8eb2e3f051e41e07b955394 (diff) | |
download | matterbridge-msglm-5ec94fdb4356df1be68a107f0ac142d44530b334.tar.gz matterbridge-msglm-5ec94fdb4356df1be68a107f0ac142d44530b334.tar.bz2 matterbridge-msglm-5ec94fdb4356df1be68a107f0ac142d44530b334.zip |
Add config option to prefix messages (IRC->MM) with nick
If username overriding isn't enabled on the Mattermost server, this is
required for Mattermost users to see who sent a message from IRC.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -56,6 +56,8 @@ SkipTLSVerify=true nick="matterbot" channel="#matterbridge" UseSlackCircumfix=false +#whether to prefix messages from IRC to mattermost with the sender's nick. Useful if username overrides for incoming webhooks isn't enabled on the mattermost server +PrefixMessagesWithNick=false [mattermost] #url is your incoming webhook url (account settings - integrations - incoming webhooks) |