diff options
author | Wim <wim@42.be> | 2017-10-27 00:07:33 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2017-10-27 00:07:33 +0200 |
commit | 41aa8ad7994075a72aebb2ce14d62a00bef022d7 (patch) | |
tree | 9984aab0ae3b9661586f1ffbd28d78dee7b405ac /matterbridge.toml.sample | |
parent | 7973baedd0ced9b57492e0b532b34dfff1329da1 (diff) | |
download | matterbridge-msglm-41aa8ad7994075a72aebb2ce14d62a00bef022d7.tar.gz matterbridge-msglm-41aa8ad7994075a72aebb2ce14d62a00bef022d7.tar.bz2 matterbridge-msglm-41aa8ad7994075a72aebb2ce14d62a00bef022d7.zip |
Add StripNick option, only allow alphanumerical nicks. Closes #285
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index d122ea9f..b6a674e9 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -104,6 +104,11 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> " #OPTIONAL (default false) ShowJoinPart=false +#StripNick only allows alphanumerical nicks. See https://github.com/42wim/matterbridge/issues/285 +#It will strip other characters from the nick +#OPTIONAL (default false) +StripNick=false + ################################################################### #XMPP section ################################################################### @@ -161,6 +166,10 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> " #OPTIONAL (default false) ShowJoinPart=false +#StripNick only allows alphanumerical nicks. See https://github.com/42wim/matterbridge/issues/285 +#It will strip other characters from the nick +#OPTIONAL (default false) +StripNick=false ################################################################### #hipchat section @@ -211,6 +220,10 @@ RemoteNickFormat="[{PROTOCOL}/{BRIDGE}] <{NICK}> " #OPTIONAL (default false) ShowJoinPart=false +#StripNick only allows alphanumerical nicks. See https://github.com/42wim/matterbridge/issues/285 +#It will strip other characters from the nick +#OPTIONAL (default false) +StripNick=false ################################################################### #mattermost section @@ -321,6 +334,11 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> " #OPTIONAL (default false) ShowJoinPart=false +#StripNick only allows alphanumerical nicks. See https://github.com/42wim/matterbridge/issues/285 +#It will strip other characters from the nick +#OPTIONAL (default false) +StripNick=false + ################################################################### #Gitter section #Best to make a dedicated gitter account for the bot. @@ -360,6 +378,11 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> " #OPTIONAL (default false) ShowJoinPart=false +#StripNick only allows alphanumerical nicks. See https://github.com/42wim/matterbridge/issues/285 +#It will strip other characters from the nick +#OPTIONAL (default false) +StripNick=false + ################################################################### #slack section ################################################################### @@ -446,6 +469,11 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> " #OPTIONAL (default false) ShowJoinPart=false +#StripNick only allows alphanumerical nicks. See https://github.com/42wim/matterbridge/issues/285 +#It will strip other characters from the nick +#OPTIONAL (default false) +StripNick=false + ################################################################### #discord section ################################################################### @@ -509,6 +537,11 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> " #OPTIONAL (default false) ShowJoinPart=false +#StripNick only allows alphanumerical nicks. See https://github.com/42wim/matterbridge/issues/285 +#It will strip other characters from the nick +#OPTIONAL (default false) +StripNick=false + ################################################################### #telegram section ################################################################### @@ -571,6 +604,10 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> " #OPTIONAL (default false) ShowJoinPart=false +#StripNick only allows alphanumerical nicks. See https://github.com/42wim/matterbridge/issues/285 +#It will strip other characters from the nick +#OPTIONAL (default false) +StripNick=false ################################################################### #rocketchat section @@ -635,6 +672,11 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> " #OPTIONAL (default false) ShowJoinPart=false +#StripNick only allows alphanumerical nicks. See https://github.com/42wim/matterbridge/issues/285 +#It will strip other characters from the nick +#OPTIONAL (default false) +StripNick=false + ################################################################### #matrix section ################################################################### @@ -690,6 +732,11 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> " #OPTIONAL (default false) ShowJoinPart=false +#StripNick only allows alphanumerical nicks. See https://github.com/42wim/matterbridge/issues/285 +#It will strip other characters from the nick +#OPTIONAL (default false) +StripNick=false + ################################################################### #steam section ################################################################### @@ -739,6 +786,10 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> " #OPTIONAL (default false) ShowJoinPart=false +#StripNick only allows alphanumerical nicks. See https://github.com/42wim/matterbridge/issues/285 +#It will strip other characters from the nick +#OPTIONAL (default false) +StripNick=false ################################################################### #API @@ -782,6 +833,11 @@ RemoteNickFormat="{NICK}" #OPTIONAL (default empty) RemoteNickFormat="[{PROTOCOL}] <{NICK}> " +#StripNick only allows alphanumerical nicks. See https://github.com/42wim/matterbridge/issues/285 +#It will strip other characters from the nick +#OPTIONAL (default false) +StripNick=false + ################################################################### #Gateway configuration ################################################################### |