diff options
author | Wim <wim@42.be> | 2016-02-18 21:45:29 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2016-02-18 21:45:29 +0100 |
commit | f914695801618d76b8982c0c6b53b0470c04e89f (patch) | |
tree | c391d10fe8155d45d2033c4faf47b7c2a3b19fab /matterbridge.conf.sample | |
parent | 304dc2e25fcfe8f69662956d966c0a2db0610e2b (diff) | |
download | matterbridge-msglm-f914695801618d76b8982c0c6b53b0470c04e89f.tar.gz matterbridge-msglm-f914695801618d76b8982c0c6b53b0470c04e89f.tar.bz2 matterbridge-msglm-f914695801618d76b8982c0c6b53b0470c04e89f.zip |
Add support for slack username circumfix. Closes #10
Diffstat (limited to 'matterbridge.conf.sample')
-rw-r--r-- | matterbridge.conf.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/matterbridge.conf.sample b/matterbridge.conf.sample index b44ff8ac..cf17e8a5 100644 --- a/matterbridge.conf.sample +++ b/matterbridge.conf.sample @@ -5,6 +5,7 @@ UseTLS=false SkipTLSVerify=true nick="matterbot" channel="#matterbridge" +UseSlackCircumfix=false [mattermost] url="http://yourdomain/hooks/yourhookkey" |