1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(matterbridge): change nick delimiter

this enables weechat colorize_nicks support
This commit is contained in:
2021-02-08 13:07:54 +01:00
parent e9b5c2623d
commit 73d71498c7

View File

@@ -3,7 +3,7 @@ let
bridgeBotToken = lib.strings.fileContents <system-secrets/telegram/kmein.token>;
config = {
general = {
RemoteNickFormat = "[{NOPINGNICK}] ";
RemoteNickFormat = "<{NOPINGNICK}> ";
Charset = "utf-8";
};
telegram.kmein.Token = bridgeBotToken;