summaryrefslogtreecommitdiffstats
path: root/matterbridge.conf.sample
diff options
context:
space:
mode:
authorMarkus Graube <markus.graube@tu-dresden.de>2016-10-24 12:14:51 +0200
committerGitHub <noreply@github.com>2016-10-24 12:14:51 +0200
commit61e4c9b28cb19a6c895a82f400754e4b6f9a7b9e (patch)
tree5cc220d2f0821159c4220084b392346b5c0d6486 /matterbridge.conf.sample
parente93847a95ed984837128b468cc3ab16702843095 (diff)
downloadmatterbridge-msglm-61e4c9b28cb19a6c895a82f400754e4b6f9a7b9e.tar.gz
matterbridge-msglm-61e4c9b28cb19a6c895a82f400754e4b6f9a7b9e.tar.bz2
matterbridge-msglm-61e4c9b28cb19a6c895a82f400754e4b6f9a7b9e.zip
Update matterbridge.conf.sample
Close open strings
Diffstat (limited to 'matterbridge.conf.sample')
-rw-r--r--matterbridge.conf.sample6
1 files changed, 3 insertions, 3 deletions
diff --git a/matterbridge.conf.sample b/matterbridge.conf.sample
index b20720e0..87b851a0 100644
--- a/matterbridge.conf.sample
+++ b/matterbridge.conf.sample
@@ -38,7 +38,7 @@ 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.
@@ -147,7 +147,7 @@ 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"
@@ -183,7 +183,7 @@ 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