diff options
author | Wim <wim@42.be> | 2016-10-01 20:14:06 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2016-10-01 20:14:06 +0200 |
commit | 9ca4fe7a5e928d509ecf3fd03e9d7f003783b305 (patch) | |
tree | c23e29105fc9ab8185266721af83b2f6225d16b1 | |
parent | e52b040b9c4d3346f29817f63295a95d0d1ebd15 (diff) | |
download | matterbridge-msglm-9ca4fe7a5e928d509ecf3fd03e9d7f003783b305.tar.gz matterbridge-msglm-9ca4fe7a5e928d509ecf3fd03e9d7f003783b305.tar.bz2 matterbridge-msglm-9ca4fe7a5e928d509ecf3fd03e9d7f003783b305.zip |
Fix matterbridge.toml.sample
-rw-r--r-- | matterbridge.toml.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index b56f488f..a6c8cf8c 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -161,7 +161,7 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> " #how to format the list of IRC nicks when displayed in mattermost. #Possible options are "table" and "plain" #OPTIONAL (default plain) -NickFormatter=plain +NickFormatter="plain" #How many nicks to list per row for formatters that support this. #OPTIONAL (default 4) NicksPerRow=4 @@ -253,7 +253,7 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> " #how to format the list of IRC nicks when displayed in slack #Possible options are "table" and "plain" #OPTIONAL (default plain) -NickFormatter=plain +NickFormatter="plain" #How many nicks to list per row for formatters that support this. #OPTIONAL (default 4) NicksPerRow=4 |