From cfbd7471adc69bec6f2040a85f95f42b7b25c615 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 8 Jul 2016 18:07:13 +0000 Subject: [PATCH] Ignore some of the copr spamminess. --- roles/fedmsg/irc/templates/ircbot.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/fedmsg/irc/templates/ircbot.py b/roles/fedmsg/irc/templates/ircbot.py index 1f657a1cf0..67769121e3 100644 --- a/roles/fedmsg/irc/templates/ircbot.py +++ b/roles/fedmsg/irc/templates/ircbot.py @@ -355,6 +355,10 @@ config = dict( channel='#fedora-modularity', # If the word modularity appears in any message, forward it. filters=dict( + topic=[ + # Ignore some of the copr spamminess + 'org.fedoraproject.*.copr.*', + ], body=['^((?!(modularity|Modularity)).)*$'], ), ),