From ea5a865319de6103c90521000de2cfacbe6db042 Mon Sep 17 00:00:00 2001 From: Lucki Date: Wed, 17 Aug 2022 01:27:11 +0200 Subject: [PATCH] Add config sample --- matterbridge.toml.sample | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 41ab44bfe8..97b27d7387 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -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)