fedmsg-irc: drop #fedora-apps for now.

See discussion on infrastructure list.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-07-26 15:57:33 -07:00
parent e25775ed59
commit 3e0e15c349

View file

@ -56,27 +56,27 @@ config = dict(
),
# For fedora-apps
dict(
network='irc.libera.chat',
port=6667,
make_pretty=True,
make_terse=True,
{% if env == 'staging' %}
nickname='fm-stg-apps',
{% else %}
nickname='fm-apps',
{% endif %}
channel='fedora-apps',
filters=dict(
topic=[
'^((?!(github\.create|github\.issue\.|github\.pull_request|github\.commit_comment|github\.star|pagure)).)*$',
],
body=[
"^((?!fedora-infra).)*$",
],
),
),
# dict(
# network='irc.libera.chat',
# port=6667,
# make_pretty=True,
# make_terse=True,
#
# {% if env == 'staging' %}
# nickname='fm-stg-apps',
# {% else %}
# nickname='fm-apps',
# {% endif %}
# channel='fedora-apps',
# filters=dict(
# topic=[
# '^((?!(github\.create|github\.issue\.|github\.pull_request|github\.commit_comment|github\.star|pagure)).)*$',
# ],
# body=[
# "^((?!fedora-infra).)*$",
# ],
# ),
# ),
# For that commops crew!
dict(