Fix matterbridge.toml.sample

This commit is contained in:
Wim 2016-10-01 20:14:06 +02:00
parent e52b040b9c
commit 9ca4fe7a5e
1 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ RemoteNickFormat="[{PROTOCOL}] <{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"
#OPTIONAL (default plain) #OPTIONAL (default plain)
NickFormatter=plain NickFormatter="plain"
#How many nicks to list per row for formatters that support this. #How many nicks to list per row for formatters that support this.
#OPTIONAL (default 4) #OPTIONAL (default 4)
NicksPerRow=4 NicksPerRow=4
@ -253,7 +253,7 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
#how to format the list of IRC nicks when displayed in slack #how to format the list of IRC nicks when displayed in slack
#Possible options are "table" and "plain" #Possible options are "table" and "plain"
#OPTIONAL (default plain) #OPTIONAL (default plain)
NickFormatter=plain NickFormatter="plain"
#How many nicks to list per row for formatters that support this. #How many nicks to list per row for formatters that support this.
#OPTIONAL (default 4) #OPTIONAL (default 4)
NicksPerRow=4 NicksPerRow=4