5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 00:39:34 +00:00

Update matterbridge.toml.sample (#1644)

Missing `{NOPINGNICK}` example on the general re-loadable settings
This commit is contained in:
PeGaSuS 2021-12-02 00:49:16 +01:00 committed by GitHub
parent bd0516f09a
commit 80d3033456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1705,6 +1705,7 @@ RemoteNickFormat="{NICK}"
#RemoteNickFormat defines how remote users appear on this bridge
#The string "{NICK}" (case sensitive) will be replaced by the actual nick.
#The string "{NOPINGNICK}" (case sensitive) will be replaced by the actual nick / username, but with a ZWSP inside the nick, so the irc user with the same nick won't get pinged.
#The string "{USERID}" (case sensitive) will be replaced by the user ID.
#The string "{BRIDGE}" (case sensitive) will be replaced by the sending bridge
#The string "{LABEL}" (case sensitive) will be replaced by label= field of the sending bridge