ma: move away from freenode

This commit is contained in:
makefu 2021-05-25 09:52:00 +02:00
parent dbf138ec8c
commit 49db565ce8
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
4 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@
channel = "#binaergewitter"; channel = "#binaergewitter";
notifyErrors = false; notifyErrors = false;
irc = { irc = {
host = "irc.freenode.net"; host = "irc.libera.chat";
port = 6667; port = 6667;
}; };
#controller = { #controller = {

View File

@ -15,7 +15,7 @@ in {
inputConfig = '' inputConfig = ''
irc { irc {
channels => [ "#krebs", "#afra" ] channels => [ "#krebs", "#afra" ]
host => "irc.freenode.net" host => "irc.hackint.org"
nick => "dirctator" nick => "dirctator"
} }
''; '';

View File

@ -17,7 +17,7 @@ in {
echo "$message" echo "$message"
LOGNAME=sec-announcer LOGNAME=sec-announcer
HOSTNAME=$(${pkgs.systemd}/bin/hostnamectl --transient) HOSTNAME=$(${pkgs.systemd}/bin/hostnamectl --transient)
IRC_SERVER=irc.freenode.net IRC_SERVER=irc.hackint.org
IRC_PORT=6667 IRC_PORT=6667
IRC_NICK=$HOSTNAME-$$ IRC_NICK=$HOSTNAME-$$
IRC_CHANNEL='#eloop' IRC_CHANNEL='#eloop'

View File

@ -11,7 +11,7 @@
config = { config = {
channel = "#systemdultras"; channel = "#systemdultras";
irc = { irc = {
host = "irc.freenode.net"; host = "irc.hackint.org";
port = 6667; port = 6667;
}; };
notifyErrors = false; notifyErrors = false;