ircbot: add fm-podcast for the fedora-podcast project

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-03-23 10:09:26 +01:00 committed by smooge
parent e32c6c21b9
commit 46476881a5

View file

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