fedmsg / irc: add a bot for #fedora-flatpaks

Let's give it a try and see if it turns out to be useful or not.

Signed-off-by: Kalev Lember <klember@redhat.com>
This commit is contained in:
Kalev Lember 2023-01-30 16:27:33 +01:00 committed by zlopez
parent 503729f7cf
commit a0a77f18b2

View file

@ -684,6 +684,28 @@ config = dict(
# ),
# ),
# For #fedora-flatpaks
dict(
network='irc.libera.chat',
port=6667,
make_pretty=True,
make_terse=True,
{% if env == 'staging' %}
nickname='fm-stg-flatpaks',
{% else %}
nickname='fm-flatpaks',
{% endif %}
channel='fedora-flatpaks',
filters=dict(
topic=[
'^((?!(pagure)).)*$',
],
body=[
'^((?!(flatpaks)).)*$',
],
),
),
],
### Possible colors are ###