ma: move away from freenode
This commit is contained in:
parent
dbf138ec8c
commit
49db565ce8
@ -13,7 +13,7 @@
|
||||
channel = "#binaergewitter";
|
||||
notifyErrors = false;
|
||||
irc = {
|
||||
host = "irc.freenode.net";
|
||||
host = "irc.libera.chat";
|
||||
port = 6667;
|
||||
};
|
||||
#controller = {
|
||||
|
@ -15,7 +15,7 @@ in {
|
||||
inputConfig = ''
|
||||
irc {
|
||||
channels => [ "#krebs", "#afra" ]
|
||||
host => "irc.freenode.net"
|
||||
host => "irc.hackint.org"
|
||||
nick => "dirctator"
|
||||
}
|
||||
'';
|
||||
|
@ -17,7 +17,7 @@ in {
|
||||
echo "$message"
|
||||
LOGNAME=sec-announcer
|
||||
HOSTNAME=$(${pkgs.systemd}/bin/hostnamectl --transient)
|
||||
IRC_SERVER=irc.freenode.net
|
||||
IRC_SERVER=irc.hackint.org
|
||||
IRC_PORT=6667
|
||||
IRC_NICK=$HOSTNAME-$$
|
||||
IRC_CHANNEL='#eloop'
|
||||
|
@ -11,7 +11,7 @@
|
||||
config = {
|
||||
channel = "#systemdultras";
|
||||
irc = {
|
||||
host = "irc.freenode.net";
|
||||
host = "irc.hackint.org";
|
||||
port = 6667;
|
||||
};
|
||||
notifyErrors = false;
|
||||
|
Loading…
Reference in New Issue
Block a user