matterbridge: simplify
This commit is contained in:
parent
fa39936a56
commit
da52ed6d82
@ -10,14 +10,10 @@
|
|||||||
Charset = "utf-8";
|
Charset = "utf-8";
|
||||||
};
|
};
|
||||||
telegram.krebs.Token = bridgeBotToken;
|
telegram.krebs.Token = bridgeBotToken;
|
||||||
irc = let
|
irc.hackint = {
|
||||||
Nick = "ponte";
|
|
||||||
in {
|
|
||||||
hackint = {
|
|
||||||
Server = "irc.hackint.org:6697";
|
Server = "irc.hackint.org:6697";
|
||||||
UseTLS = true;
|
UseTLS = true;
|
||||||
inherit Nick;
|
Nick = "ponte";
|
||||||
};
|
|
||||||
};
|
};
|
||||||
gateway = [
|
gateway = [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user