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:
parent
503729f7cf
commit
a0a77f18b2
1 changed files with 22 additions and 0 deletions
|
@ -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 ###
|
### Possible colors are ###
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue