Thumbnail

rani/matterbridge.git

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

commit d66e80706b369b4d0c0cfd0440d1531c895b060a Author: Markus Graube <markus.graube@tu-dresden.de> Date: Mon Oct 24 12:14:51 2016 +0000 Update matterbridge.conf.sample Close open strings diff --git a/matterbridge.conf.sample b/matterbridge.conf.sample index b20720e..87b851a 100644 --- a/matterbridge.conf.sample +++ b/matterbridge.conf.sample @@ -387 +387 @@ NickServPassword="secret"  #The string "{NICK}" (case sensitive) will be replaced by the actual nick / username.  #The string "{BRIDGE}" (case sensitive) will be replaced by the sending bridge  #OPTIONAL (default {BRIDGE}-{NICK}) -RemoteNickFormat="[{BRIDGE}] <{NICK}> +RemoteNickFormat="[{BRIDGE}] <{NICK}> "    #Nicks you want to ignore.  #Messages from those users will not be sent to other bridges. @@ -1477 +1477 @@ PrefixMessagesWithNick=false  #The string "{NICK}" (case sensitive) will be replaced by the actual nick / username.  #The string "{BRIDGE}" (case sensitive) will be replaced by the sending bridge  #OPTIONAL (default {BRIDGE}-{NICK}) -RemoteNickFormat="[{BRIDGE}] <{NICK}> +RemoteNickFormat="[{BRIDGE}] <{NICK}> "    #how to format the list of IRC nicks when displayed in mattermost.  #Possible options are "table" and "plain" @@ -1837 +1837 @@ IgnoreNicks="spammer1 spammer2"  #The string "{NICK}" (case sensitive) will be replaced by the actual nick / username.  #The string "{BRIDGE}" (case sensitive) will be replaced by the sending bridge  #OPTIONAL (default {BRIDGE}-{NICK}) -RemoteNickFormat="[{BRIDGE}] <{NICK}> +RemoteNickFormat="[{BRIDGE}] <{NICK}> "    ###################################################################  #slack section