From fa4c844a629b0a9a99d3f1861752ae57696568cf Mon Sep 17 00:00:00 2001 From: Justin W. Flory Date: Apr 20 2020 16:26:53 +0000 Subject: summer-coding: Update IRC bot nickname to follow naming convention Recently I obtained operator privileges in `#fedora-summer-coding` from @bex and @vipulsiddharth1. Now that I have access to update the rules, I wanted to change the IRC bot nick to follow the naming convention that the rest of the bots use (i.e. `tg-fed*`). The new ChanServ rule in `#fedora-summer-coding` will automatically voice any nick joining from a *.rit.edu` hostname, so this will not be a disruptive change. cc: @tjzabel Signed-off-by: Justin W. Flory --- diff --git a/roles/jwflory.teleirc/vars/main.yml b/roles/jwflory.teleirc/vars/main.yml index 2cde4a6..d6e7cf6 100644 --- a/roles/jwflory.teleirc/vars/main.yml +++ b/roles/jwflory.teleirc/vars/main.yml @@ -267,7 +267,7 @@ bots: fedora_summer_coding: cn: "fedora-summer-coding" irc_blacklist: "" - irc_bot_name: fedgsoc-tg + irc_bot_name: tg-fedsumcode irc_channel: "#fedora-summer-coding" irc_server: "{{ default_irc_server }}" irc_nickserv_service: "{{ default_irc_nickserv_service }}"