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

fix(matterbridge): ping nick

This commit is contained in:
2021-02-09 10:06:03 +01:00
parent 73d71498c7
commit 155722a8cd

View File

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