From 517da28d98530c6db7aefa1970d972ff48781c67 Mon Sep 17 00:00:00 2001 From: Justin W. Flory Date: Apr 20 2020 14:33:12 +0000 Subject: fedora-join: Blacklist fm-join IRC user messages I propose this change to the Fedora Join SIG TeleIRC bridge bot. I believe `fm-join` makes the Fedora Join Telegram group very difficult to follow. Several times a week, there are 100+ new messages and I click the group just to mark it read, since most of the messages are from bots. The `fm-join` messages are more useful to me in an IRC client, but not Telegram. I find the Telegram messages very spammy when I already get emails for many of these things too. So I'm opening this PR to suggest this change. Before merging, I would like some Join SIG folks to weigh in: * @ankursinha * @alciregi * @nasirhm * @transcendence09 * @hhlp * @siddharthvipul1 Signed-off-by: Justin W. Flory --- diff --git a/roles/jwflory.teleirc/vars/main.yml b/roles/jwflory.teleirc/vars/main.yml index 5953974..2cde4a6 100644 --- a/roles/jwflory.teleirc/vars/main.yml +++ b/roles/jwflory.teleirc/vars/main.yml @@ -144,7 +144,7 @@ bots: fedora_join: cn: "fedora-join" - irc_blacklist: "" + irc_blacklist: "fm-join,fm-join_,fm-stg-join,fm-stg-join_" irc_bot_name: tg-fedjoin irc_channel: "#fedora-join" irc_server: "{{ default_irc_server }}"