add neuro-sig notifications. ticket 7339
This commit is contained in:
parent
d10192d029
commit
15fca305f0
1 changed files with 22 additions and 0 deletions
|
@ -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 ###
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue