summaryrefslogtreecommitdiffstats
path: root/roles/fedmsg/irc/templates
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2015-06-20 11:06:20 +0000
committerRalph Bean <rbean@redhat.com>2015-06-20 11:06:20 +0000
commit381bda7652039d9b8f2584cdfe8dd0b8c68412d3 (patch)
tree7a98e17a60a9d32fe78f0a70f1aa4c00af21bd54 /roles/fedmsg/irc/templates
parent95501eb7e31287af24f5e860d9a38927b4dd98b3 (diff)
downloadansible-381bda7652039d9b8f2584cdfe8dd0b8c68412d3.tar.gz
ansible-381bda7652039d9b8f2584cdfe8dd0b8c68412d3.tar.xz
ansible-381bda7652039d9b8f2584cdfe8dd0b8c68412d3.zip
Try to fix pagure forwarding to \#fedora-apps.
Diffstat (limited to 'roles/fedmsg/irc/templates')
-rw-r--r--roles/fedmsg/irc/templates/ircbot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/fedmsg/irc/templates/ircbot.py b/roles/fedmsg/irc/templates/ircbot.py
index 1f5b965b8..eac531ebd 100644
--- a/roles/fedmsg/irc/templates/ircbot.py
+++ b/roles/fedmsg/irc/templates/ircbot.py
@@ -46,7 +46,7 @@ config = dict(
'^((?!(github\.create|github\.issue\.|github\.pull_request\.|github\.commit_comment|github\.star|pagure)).)*$',
],
body=[
- "^((?!(fedora-infra|pagure)).)*$",
+ "^((?!(fedora-infra|u'name': u'pagure')).)*$",
],
),
),