From 5e3db2454d64a2277deb7f838b204d6173f8d243 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 11 Feb 2015 22:22:52 +0000 Subject: [PATCH] Unable to connect to the other one right now. --- roles/notifs/backend/templates/fmn.consumer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/notifs/backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py index 6b2b2a5012..0734d3257b 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -75,7 +75,7 @@ config = { "fmn.email.from_address": "notifications@" + domain, # IRC - "fmn.irc.network": "chat.freenode.net", + "fmn.irc.network": "irc.freenode.net", "fmn.irc.nickname": ircnick, "fmn.irc.port": 6667, "fmn.irc.timeout": 120,