From 73d71498c78a02a196a0264b050bd95c6eeb355c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 8 Feb 2021 13:07:54 +0100 Subject: [PATCH] fix(matterbridge): change nick delimiter this enables weechat colorize_nicks support --- configs/matterbridge.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/matterbridge.nix b/configs/matterbridge.nix index 0849fce..cc97a90 100644 --- a/configs/matterbridge.nix +++ b/configs/matterbridge.nix @@ -3,7 +3,7 @@ let bridgeBotToken = lib.strings.fileContents ; config = { general = { - RemoteNickFormat = "[{NOPINGNICK}] "; + RemoteNickFormat = "<{NOPINGNICK}> "; Charset = "utf-8"; }; telegram.kmein.Token = bridgeBotToken;