mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-13 01:20:25 +00:00
Merge pull request #54 from markusgraube/patch-1
Close open strings in matterbridge.conf.sample
This commit is contained in:
commit
b7c918a195
@ -38,7 +38,7 @@ NickServPassword="secret"
|
|||||||
#The string "{NICK}" (case sensitive) will be replaced by the actual nick / username.
|
#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
|
#The string "{BRIDGE}" (case sensitive) will be replaced by the sending bridge
|
||||||
#OPTIONAL (default {BRIDGE}-{NICK})
|
#OPTIONAL (default {BRIDGE}-{NICK})
|
||||||
RemoteNickFormat="[{BRIDGE}] <{NICK}>
|
RemoteNickFormat="[{BRIDGE}] <{NICK}> "
|
||||||
|
|
||||||
#Nicks you want to ignore.
|
#Nicks you want to ignore.
|
||||||
#Messages from those users will not be sent to other bridges.
|
#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 "{NICK}" (case sensitive) will be replaced by the actual nick / username.
|
||||||
#The string "{BRIDGE}" (case sensitive) will be replaced by the sending bridge
|
#The string "{BRIDGE}" (case sensitive) will be replaced by the sending bridge
|
||||||
#OPTIONAL (default {BRIDGE}-{NICK})
|
#OPTIONAL (default {BRIDGE}-{NICK})
|
||||||
RemoteNickFormat="[{BRIDGE}] <{NICK}>
|
RemoteNickFormat="[{BRIDGE}] <{NICK}> "
|
||||||
|
|
||||||
#how to format the list of IRC nicks when displayed in mattermost.
|
#how to format the list of IRC nicks when displayed in mattermost.
|
||||||
#Possible options are "table" and "plain"
|
#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 "{NICK}" (case sensitive) will be replaced by the actual nick / username.
|
||||||
#The string "{BRIDGE}" (case sensitive) will be replaced by the sending bridge
|
#The string "{BRIDGE}" (case sensitive) will be replaced by the sending bridge
|
||||||
#OPTIONAL (default {BRIDGE}-{NICK})
|
#OPTIONAL (default {BRIDGE}-{NICK})
|
||||||
RemoteNickFormat="[{BRIDGE}] <{NICK}>
|
RemoteNickFormat="[{BRIDGE}] <{NICK}> "
|
||||||
|
|
||||||
###################################################################
|
###################################################################
|
||||||
#slack section
|
#slack section
|
||||||
|
Loading…
Reference in New Issue
Block a user