diff options
| author | Paul W. Frields <stickster@gmail.com> | 2017-07-13 15:02:31 +0000 |
|---|---|---|
| committer | Paul W. Frields <stickster@gmail.com> | 2017-07-13 15:02:31 +0000 |
| commit | 2e51c4f77bede16bff1e81cf5abe24b851fc5205 (patch) | |
| tree | 730dec54624e3c6695f6cefc7d6ea1f741521b8f /roles/fedmsg/irc | |
| parent | 628622593fd397288fc938822874e4172e0d9f22 (diff) | |
| download | ansible-2e51c4f77bede16bff1e81cf5abe24b851fc5205.tar.gz ansible-2e51c4f77bede16bff1e81cf5abe24b851fc5205.tar.xz ansible-2e51c4f77bede16bff1e81cf5abe24b851fc5205.zip | |
fedmsg: Add Pagure notices to #fedora-workstation
Diffstat (limited to 'roles/fedmsg/irc')
| -rw-r--r-- | roles/fedmsg/irc/templates/ircbot.py | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/roles/fedmsg/irc/templates/ircbot.py b/roles/fedmsg/irc/templates/ircbot.py index 3e98fc6b3..148ee76bf 100644 --- a/roles/fedmsg/irc/templates/ircbot.py +++ b/roles/fedmsg/irc/templates/ircbot.py @@ -503,6 +503,29 @@ config = dict( ], ), ), + + # For #fedora-workstation + dict( + network='chat.freenode.net', + port=6667, + make_pretty=True, + make_terse=True, + + {% if env == 'staging' %} + nickname='fm-stg-workstation', + {% else %} + nickname='fm-workstation', + {% endif %} + channel='#fedora-workstation', + filters=dict( + topic=[ + '^((?!(pagure)).)*$', + ], + body=[ + "^((?!(fedora-workstation)).)*$", + ], + ), + ), ], ### Possible colors are ### |
