On top of that last patch, Patrick pointed out I didn't need part of the body regex, so adding to that:
diff --git a/roles/fedmsg/irc/templates/ircbot.py
b/roles/fedmsg/irc/templates/ircbot.py
index 3d66e91..4723938 100644
--- a/roles/fedmsg/irc/templates/ircbot.py
+++ b/roles/fedmsg/irc/templates/ircbot.py
@@ -46,7 +46,7 @@ config = dict(
'^((?!(pagure)).)*$',
],
body=[
- "^((?!(fedora-infrastructure|u'name': u'pagure')).)*$",
+ "^((?!(fedora-infrastructure)).)*$",
],
),
),
pgp42pgwQ5bTU.pgp
Description: OpenPGP digital signature
_______________________________________________ infrastructure mailing list -- [email protected] To unsubscribe send an email to [email protected]
