From 0d4bad16a349afcfc4fc890098dc19fc3e20de19 Mon Sep 17 00:00:00 2001 From: Wim Date: Fri, 30 Sep 2016 20:35:16 +0200 Subject: Fix sample config. Closes #38 --- matterbridge.toml.sample | 10 +++++----- 1 file 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}> " ################################################################### -- cgit v1.2.3