From 053940fdac485b4ea29e7ef251eea736ea1f7640 Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Mon, 9 Oct 2017 20:15:14 +0000 Subject: [PATCH] Update fmn IRC user to fedora-notif I asked for fedora-notif to be registered rather than fedora-notifs. Signed-off-by: Jeremy Cline --- 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 632f48a7c9..6287f61e71 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -3,7 +3,7 @@ domain = "stg.fedoraproject.org" ircnick = "fedora-notifstg" {% else %} domain = "fedoraproject.org" -ircnick = "fedora-notifs" +ircnick = "fedora-notif" {% endif %} base = "https://apps.%s/notifications/" % domain