From 15fca305f008980bd21ab532f342e37dd60cea55 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 31 Oct 2018 20:07:15 +0000 Subject: [PATCH] add neuro-sig notifications. ticket 7339 --- roles/fedmsg/irc/templates/ircbot.py | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/roles/fedmsg/irc/templates/ircbot.py b/roles/fedmsg/irc/templates/ircbot.py index 0de9086eca..b17369c13a 100644 --- a/roles/fedmsg/irc/templates/ircbot.py +++ b/roles/fedmsg/irc/templates/ircbot.py @@ -609,6 +609,28 @@ config = dict( ], ), ), + + # For #fedora-neuro + dict( + network='chat.freenode.net', + port=6667, + make_pretty=True, + make_terse=True, + + {% if env == 'staging' %} + nickname='fm-stg-neuro', + {% else %} + nickname='fm-neuro', + {% endif %} + channel='fedora-neuro', + filters=dict( + topic=[ + '^((?!(pagure)).)*$', + ], + body=['^((?!(neuro)).)*$', + ], + ), + ), ], ### Possible colors are ###