diff --git a/roles/fedmsg/irc/templates/ircbot.py b/roles/fedmsg/irc/templates/ircbot.py index 3cfc5a0d86..83f0fcec7b 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)).)*$'], ), ),