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

feat(weechat,matterbridge): add #krebs on hackint

This commit is contained in:
2021-05-20 19:25:24 +02:00
parent 000091f910
commit e34aecaa66
2 changed files with 11 additions and 6 deletions

View File

@@ -21,10 +21,11 @@
Charset = "utf-8";
};
telegram.kmein.Token = bridgeBotToken;
irc.freenode = {
Server = "irc.freenode.net:6667";
Nick = "ponte";
StripMarkdown = true;
irc =
let Nick = "ponte"; StripMarkdown = true;
in {
freenode = { Server = "irc.freenode.net:6667"; inherit Nick StripMarkdown; };
hackint = { Server = "irc.hackint.org:6697"; UseTLS = true; inherit Nick StripMarkdown; };
};
mumble.lassulus = {
Server = "lassul.us:64738";
@@ -36,6 +37,10 @@
name = "krebs-bridge";
enable = true;
inout = [
{
account = "irc.hackint";
channel = "#krebs";
}
{
account = "irc.freenode";
channel = "#krebs";