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:
Igor Raits 2017-01-30 20:39:22 +01:00 committed by Kevin Fenzi
parent af5156a639
commit ea94e78833

View file

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