Skip to content

Commit

Permalink
Add config sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucki committed Aug 16, 2022
1 parent a1f6b0f commit ea5a865
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions matterbridge.toml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -1390,6 +1390,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)
Expand Down

0 comments on commit ea5a865

Please # to comment.