add neuro-sig notifications. ticket 7339

This commit is contained in:
Kevin Fenzi 2018-10-31 20:07:15 +00:00
parent d10192d029
commit 15fca305f0

View file

@ -609,6 +609,28 @@ config = dict(
],
),
),
# For #fedora-neuro
dict(
network='chat.freenode.net',
port=6667,
make_pretty=True,
make_terse=True,
{% if env == 'staging' %}
nickname='fm-stg-neuro',
{% else %}
nickname='fm-neuro',
{% endif %}
channel='fedora-neuro',
filters=dict(
topic=[
'^((?!(pagure)).)*$',
],
body=['^((?!(neuro)).)*$',
],
),
),
],
### Possible colors are ###