ircbot: send notifications to #fedora-rust
v2: filter by pagure's namespace Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
af5156a639
commit
ea94e78833
1 changed files with 23 additions and 0 deletions
|
@ -454,6 +454,29 @@ config = dict(
|
|||
body=['^((?!(magazine|Magazine)).)*$'],
|
||||
),
|
||||
),
|
||||
|
||||
# And #fedora-rust
|
||||
dict(
|
||||
network='chat.freenode.net',
|
||||
port=6667,
|
||||
make_pretty=True,
|
||||
make_terse=True,
|
||||
|
||||
{% if env == 'staging' %}
|
||||
nickname='fm-stg-rust',
|
||||
{% else %}
|
||||
nickname='fm-rust',
|
||||
{% endif %}
|
||||
channel='fedora-rust',
|
||||
filters=dict(
|
||||
topic=[
|
||||
'^((?!(pagure)).)*$',
|
||||
],
|
||||
body=[
|
||||
"^((?!((u)?'namespace': (u)?'fedora-rust')).)*$",
|
||||
],
|
||||
),
|
||||
),
|
||||
],
|
||||
|
||||
### Possible colors are ###
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue