From bfc995c0c4ef1f4730a956f11a41effbda2cd92d Mon Sep 17 00:00:00 2001
From: Ralph Bean <rbean@redhat.com>
Date: Thu, 9 Jul 2015 18:28:50 +0000
Subject: [PATCH] Expand the breadth of matches here.

---
 roles/fedmsg/irc/templates/ircbot.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/fedmsg/irc/templates/ircbot.py b/roles/fedmsg/irc/templates/ircbot.py
index c9a1e83a09..8b7665126e 100644
--- a/roles/fedmsg/irc/templates/ircbot.py
+++ b/roles/fedmsg/irc/templates/ircbot.py
@@ -43,7 +43,7 @@ config = dict(
             channel='fedora-apps',
             filters=dict(
                 topic=[
-                    '^((?!(github\.create|github\.issue\.|github\.pull_request\.|github\.commit_comment|github\.star|pagure)).)*$',
+                    '^((?!(github\.create|github\.issue\.|github\.pull_request|github\.commit_comment|github\.star|pagure)).)*$',
                 ],
                 body=[
                     "^((?!(fedora-infra|u'name': u'pagure')).)*$",