diff --git a/configs/matterbridge.nix b/configs/matterbridge.nix index cc97a90..d0bf689 100644 --- a/configs/matterbridge.nix +++ b/configs/matterbridge.nix @@ -3,7 +3,7 @@ let bridgeBotToken = lib.strings.fileContents ; config = { general = { - RemoteNickFormat = "<{NOPINGNICK}> "; + RemoteNickFormat = "<{NICK}> "; Charset = "utf-8"; }; telegram.kmein.Token = bridgeBotToken;