diff options
| author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2015-12-01 23:31:01 +0000 |
|---|---|---|
| committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2015-12-01 23:31:01 +0000 |
| commit | 281c57d91fd7627bab05bab8dfc3fcd046819aef (patch) | |
| tree | 930dfeb13ffa89e2e0c4060d75971ad9cb63985b /roles/fedmsg/irc | |
| parent | 9bfbdbaa539cfe441061931b068641fb59c13905 (diff) | |
| download | ansible-281c57d91fd7627bab05bab8dfc3fcd046819aef.tar.gz ansible-281c57d91fd7627bab05bab8dfc3fcd046819aef.tar.xz ansible-281c57d91fd7627bab05bab8dfc3fcd046819aef.zip | |
Ipsilon only wants trac and Pagure
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Diffstat (limited to 'roles/fedmsg/irc')
| -rw-r--r-- | roles/fedmsg/irc/templates/ircbot.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/fedmsg/irc/templates/ircbot.py b/roles/fedmsg/irc/templates/ircbot.py index 813765aaf..4f11d9d13 100644 --- a/roles/fedmsg/irc/templates/ircbot.py +++ b/roles/fedmsg/irc/templates/ircbot.py @@ -251,6 +251,9 @@ config = dict( channel='#ipsilon', # If the word ipsilon appears in any message, forward it. filters=dict( + topic=[ + '^((?!(trac|pagure)).)*$', + ], body=['^((?!ipsilon).)*$'], ), ), |
