diff options
author | Wim <wim@42.be> | 2016-09-30 20:35:16 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2016-09-30 20:35:16 +0200 |
commit | 0d4bad16a349afcfc4fc890098dc19fc3e20de19 (patch) | |
tree | 87152f5a4f19124c2c4f4aa27d9bcb5c0946a018 /matterbridge.toml.sample | |
parent | 8c6be434accd05e8475936b20231a57403a091ef (diff) | |
download | matterbridge-msglm-0d4bad16a349afcfc4fc890098dc19fc3e20de19.tar.gz matterbridge-msglm-0d4bad16a349afcfc4fc890098dc19fc3e20de19.tar.bz2 matterbridge-msglm-0d4bad16a349afcfc4fc890098dc19fc3e20de19.zip |
Fix sample config. Closes #38
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index c83225ca..b56f488f 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -42,7 +42,7 @@ NickServPassword="secret" #The string "{BRIDGE}" (case sensitive) will be replaced by the sending bridge #The string "{PROTOCOL}" (case sensitive) will be replaced by the protocol used by the bridge #OPTIONAL (default {BRIDGE}-{NICK}) -RemoteNickFormat="[{BRIDGE}] <{NICK}> +RemoteNickFormat="[{PROTOCOL}] <{NICK}> " #Nicks you want to ignore. #Messages from those users will not be sent to other bridges. @@ -156,7 +156,7 @@ PrefixMessagesWithNick=false #The string "{BRIDGE}" (case sensitive) will be replaced by the sending bridge #The string "{PROTOCOL}" (case sensitive) will be replaced by the protocol used by the bridge #OPTIONAL (default {BRIDGE}-{NICK}) -RemoteNickFormat="[{BRIDGE}] <{NICK}> +RemoteNickFormat="[{PROTOCOL}] <{NICK}> " #how to format the list of IRC nicks when displayed in mattermost. #Possible options are "table" and "plain" @@ -195,7 +195,7 @@ IgnoreNicks="spammer1 spammer2" #The string "{BRIDGE}" (case sensitive) will be replaced by the sending bridge #The string "{PROTOCOL}" (case sensitive) will be replaced by the protocol used by the bridge #OPTIONAL (default {BRIDGE}-{NICK}) -RemoteNickFormat="[{BRIDGE}] <{NICK}> +RemoteNickFormat="[{PROTOCOL}] <{NICK}> " ################################################################### #slack section @@ -248,7 +248,7 @@ PrefixMessagesWithNick=false #The string "{BRIDGE}" (case sensitive) will be replaced by the sending bridge #OPTIONAL (default {BRIDGE}-{NICK}) #The string "{PROTOCOL}" (case sensitive) will be replaced by the protocol used by the bridge -RemoteNickFormat="[{BRIDGE}] <{NICK}> +RemoteNickFormat="[{PROTOCOL}] <{NICK}> " #how to format the list of IRC nicks when displayed in slack #Possible options are "table" and "plain" @@ -289,7 +289,7 @@ IgnoreNicks="spammer1 spammer2" #The string "{BRIDGE}" (case sensitive) will be replaced by the sending bridge #The string "{PROTOCOL}" (case sensitive) will be replaced by the protocol used by the bridge #OPTIONAL (default {BRIDGE}-{NICK}) -RemoteNickFormat="[{BRIDGE}] <{NICK}> +RemoteNickFormat="[{PROTOCOL}] <{NICK}> " ################################################################### |