From 5dbd429b1bbc329d39e94987396bc99b7c5ce167 Mon Sep 17 00:00:00 2001 From: Justin W. Flory (he/him) [Fedora Project] Date: Jun 07 2021 21:54:38 +0000 Subject: docs, latam, zh: Update bot name to conventional name This commit updates the IRC nicks of several bots in the IRC channels. This channels were set up long ago and I (@jflory7) did not have IRC operator access in those channels. So, the bot names were hard-coded and were unable to change. Now that we moved to LiberaChat, we can move the new bots over to the new naming scheme. This change is deployed in production and so will be merged. Signed-off-by: Justin W. Flory (he/him) [Fedora Project] --- diff --git a/roles/jwflory.teleirc/vars/main.yml b/roles/jwflory.teleirc/vars/main.yml index bbf8f9a..1c27955 100644 --- a/roles/jwflory.teleirc/vars/main.yml +++ b/roles/jwflory.teleirc/vars/main.yml @@ -133,7 +133,7 @@ bots: fedora_docs: cn: "fedora-docs" irc_blacklist: "" - irc_bot_name: fdocs-tg + irc_bot_name: tg-fdocs irc_channel: "#fedora-docs" irc_server: "{{ default_irc_server }}" irc_nickserv_service: "{{ default_irc_nickserv_service }}" @@ -200,7 +200,7 @@ bots: fedora_latam: cn: "fedora-latam" irc_blacklist: "fedoralatam_bot" - irc_bot_name: fedlatam-tg + irc_bot_name: tg-fedlatam irc_channel: "#fedora-latam" irc_server: "{{ default_irc_server }}" irc_nickserv_service: "{{ default_irc_nickserv_service }}" @@ -349,7 +349,7 @@ bots: fedora_zh: cn: "fedora-zh" irc_blacklist: "" - irc_bot_name: fzh-tg + irc_bot_name: tg-fzh irc_channel: "#fedora-zh" irc_server: "{{ default_irc_server }}" irc_nickserv_service: "{{ default_irc_nickserv_service }}"