added mbrserver.com IRC server.
This commit is contained in:
parent
0580028894
commit
d1edf27f7d
|
@ -34,13 +34,24 @@
|
|||
pem = config.sops.secrets.irc-cert.path;
|
||||
};
|
||||
}
|
||||
{
|
||||
addr = "mbrserver.com";
|
||||
port = 6667;
|
||||
tls = false;
|
||||
nicks = ["toric"];
|
||||
realname = "Toric";
|
||||
join = [
|
||||
"#general"
|
||||
"#spellware"
|
||||
];
|
||||
}
|
||||
];
|
||||
defaults = {
|
||||
# ignore join/leave messages
|
||||
ignore = true;
|
||||
nicks = ["toric"];
|
||||
realname = "Gabe Venberg";
|
||||
tls = true;
|
||||
# tls = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue