diff options
author | PeGaSuS <droider.pc@gmail.com> | 2021-12-02 00:49:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-02 00:49:16 +0100 |
commit | 80d303345669d96b40de1d4998ec9928cb67b27d (patch) | |
tree | 5d7c4e6d4c601ce72c417db2b1a4c82002886860 /matterbridge.toml.sample | |
parent | bd0516f09ad2b5a21f3bc0c19de1ff3d1dcf9662 (diff) | |
download | matterbridge-msglm-80d303345669d96b40de1d4998ec9928cb67b27d.tar.gz matterbridge-msglm-80d303345669d96b40de1d4998ec9928cb67b27d.tar.bz2 matterbridge-msglm-80d303345669d96b40de1d4998ec9928cb67b27d.zip |
Update matterbridge.toml.sample (#1644)
Missing `{NOPINGNICK}` example on the general re-loadable settings
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 0ffcd900..9eb605e1 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -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 |