diff options
author | Lucki <Lucki1@hotmail.de> | 2022-09-06 00:46:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-06 00:46:52 +0200 |
commit | 0c839469839314f432703b8294cf318d5d16d785 (patch) | |
tree | b6f944a76881b87c0c3a8ba75f51ccdcfcf28fa2 /matterbridge.toml.sample | |
parent | fda05f22629156cc2eae130b501ebced2261ab42 (diff) | |
download | matterbridge-msglm-0c839469839314f432703b8294cf318d5d16d785.tar.gz matterbridge-msglm-0c839469839314f432703b8294cf318d5d16d785.tar.bz2 matterbridge-msglm-0c839469839314f432703b8294cf318d5d16d785.zip |
Add Matrix username spoofing (#1875)
* Matrix username spoofing
* Add config sample
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 41ab44bf..97b27d73 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) |