From 9e1a3994d06d29f39bb1ee360adfd78e801b3c95 Mon Sep 17 00:00:00 2001 From: Parag A Nemade Date: Thu, 6 Oct 2016 14:20:24 +0530 Subject: [PATCH] Improve bot rules for #fedora-g11n Signed-off-by: Parag A Nemade --- roles/fedmsg/irc/templates/ircbot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/fedmsg/irc/templates/ircbot.py b/roles/fedmsg/irc/templates/ircbot.py index 3cfc5a0..83f0fce 100644 --- a/roles/fedmsg/irc/templates/ircbot.py +++ b/roles/fedmsg/irc/templates/ircbot.py @@ -253,9 +253,9 @@ config = dict( nickname='fedmsg-g11n', {% endif %} channel='#fedora-g11n', - # If the word G11N appears in any message, forward it. + # If the word i18n/g11n appears in any message, forward it. filters=dict( - body=['^((?!G11N).)*$'], + body=['^((?!(i18n|g11n)).)*$'], ), ), -- 2.9.3