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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user