1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

fix(matterbridge): dont strip markdown

This commit is contained in:
2021-10-28 20:03:27 +02:00
parent dd685afb7c
commit c7603af4d0

View File

@@ -22,9 +22,9 @@
};
telegram.kmein.Token = bridgeBotToken;
irc =
let Nick = "ponte"; StripMarkdown = true;
let Nick = "ponte";
in {
hackint = { Server = "irc.hackint.org:6697"; UseTLS = true; inherit Nick StripMarkdown; };
hackint = { Server = "irc.hackint.org:6697"; UseTLS = true; inherit Nick; };
};
mumble.lassulus = {
Server = "lassul.us:64738";