From 9853012f5861bb95b7e38069fcdb8339d10feaca Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 6 Feb 2023 17:21:51 +0100 Subject: [PATCH] fedmsg / irc: drop #fedora-flatpaks bot We have tested it for a week now and it turned out that the bot's verbosity was effectively killing communication in the channel. Signed-off-by: Kalev Lember --- roles/fedmsg/irc/templates/ircbot.py | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/roles/fedmsg/irc/templates/ircbot.py b/roles/fedmsg/irc/templates/ircbot.py index 3a187552d6..1c64c080ca 100644 --- a/roles/fedmsg/irc/templates/ircbot.py +++ b/roles/fedmsg/irc/templates/ircbot.py @@ -684,29 +684,6 @@ 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', - # show PRs and git commits for flatpaks/ namespace, and bodhi FEDORA-FLATPAK updates - filters=dict( - topic=[ - '^((?!(pagure\.pull-request|git\.receive|bodhi\.update)).)*$', - ], - body=[ - '^((?!(flatpaks\/|FEDORA-FLATPAK)).)*$', - ], - ), - ), ], ### Possible colors are ###