From f691057b5b3faf45c669eecd9b05cef382b9a6d8 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 28 May 2021 18:37:33 +0000 Subject: [PATCH] Update accessbot config to use OFTC Now that accessbot has been altered to work with OFTC and its channels list adjusted accordingly, switch the server parameter in its configuration as well. The credentials have already been updated in our private hostvars. Change-Id: I84a6cfbaeed785f53c6f443b949ca53ef2d2494b --- playbooks/roles/accessbot/templates/accessbot.config.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/accessbot/templates/accessbot.config.j2 b/playbooks/roles/accessbot/templates/accessbot.config.j2 index 365124d4e6..ed084f92e8 100644 --- a/playbooks/roles/accessbot/templates/accessbot.config.j2 +++ b/playbooks/roles/accessbot/templates/accessbot.config.j2 @@ -1,5 +1,5 @@ [ircbot] nick={{ accessbot_nick }} pass={{ accessbot_nick_password }} -server=chat.freenode.net +server=irc.oftc.net port=6697