Merge branch 'master' into discord-suppress-links

This commit is contained in:
Kufat
2022-09-05 18:53:12 -04:00
committed by GitHub
3 changed files with 41 additions and 12 deletions

View File

@@ -1399,6 +1399,11 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
#OPTIONAL (default false)
ShowJoinPart=false
#Rename the bot in the current room to the username of the message
#This will make an additional API request per message and will probably count towards rate limits
#OPTIONAL (default false)
SpoofUsername=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)