fedmsg: Add Pagure notices to #fedora-workstation

This commit is contained in:
Paul W. Frields 2017-07-13 15:02:31 +00:00
parent 628622593f
commit 2e51c4f77b

View file

@ -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 ###