add fedora-join notifications. ticket 6919
This commit is contained in:
parent
8df1499ee9
commit
a737144235
1 changed files with 22 additions and 0 deletions
|
@ -569,6 +569,28 @@ config = dict(
|
|||
"u'fullname': u'koji'"],
|
||||
),
|
||||
),
|
||||
|
||||
# For #fedora-join
|
||||
dict(
|
||||
network='chat.freenode.net',
|
||||
port=6667,
|
||||
make_pretty=True,
|
||||
make_terse=True,
|
||||
|
||||
{% if env == 'staging' %}
|
||||
nickname='fm-stg-join',
|
||||
{% else %}
|
||||
nickname='fm-join',
|
||||
{% endif %}
|
||||
channel='fedora-join',
|
||||
filters=dict(
|
||||
topic=[
|
||||
'^((?!(pagure)).)*$',
|
||||
],
|
||||
body=['^((?!(fedora-join)).)*$',
|
||||
],
|
||||
),
|
||||
),
|
||||
],
|
||||
|
||||
### Possible colors are ###
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue