From 80d303345669d96b40de1d4998ec9928cb67b27d Mon Sep 17 00:00:00 2001
From: PeGaSuS <droider.pc@gmail.com>
Date: Thu, 2 Dec 2021 00:49:16 +0100
Subject: [PATCH] Update matterbridge.toml.sample (#1644)

Missing `{NOPINGNICK}` example on the general re-loadable settings
---
 matterbridge.toml.sample | 1 +
 1 file changed, 1 insertion(+)

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