Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit c5c3869c80e36aac4c792f837d4151809cb0339e Author: Wim <wim@42.be> Date: Fri Sep 30 20:35:16 2016 +0000 Fix sample config. Closes #38 diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index c83225c..b56f488 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -427 +427 @@ 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. @@ -1567 +1567 @@ 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" @@ -1957 +1957 @@ 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 @@ -2487 +2487 @@ 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" @@ -2897 +2897 @@ 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}> "      ###################################################################