From 1aad1d9beb8acb5c72c56abd97a4fbaa0c8ce72a Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 22 May 2021 17:05:45 +0200 Subject: chore(whitby): Move irccat & panettone notifications to HackInt Change-Id: I6bd5c183d2c1c28b8c6b0201bdf22a66333d4aea Reviewed-on: https://cl.tvl.fyi/c/depot/+/3131 Tested-by: BuildkiteCI Reviewed-by: grfn --- ops/machines/whitby/default.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'ops/machines') diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix index 46c2868c5577..36b4a1987513 100644 --- a/ops/machines/whitby/default.nix +++ b/ops/machines/whitby/default.nix @@ -280,7 +280,7 @@ in { dbUser = "panettone"; dbName = "panettone"; secretsFile = "/etc/secrets/panettone"; - irccatChannel = "##tvl,##tvl-dev"; + irccatChannel = "#tvl"; }; # Run the first cursed bot (quote bot) @@ -292,13 +292,12 @@ in { config = { tcp.listen = ":4722"; # "ircc" irc = { - server = "chat.freenode.net:6697"; - tls = true; + server = "localhost:${toString config.services.znc.config.Listener.l.Port}"; + tls = false; nick = "tvlbot"; realname = "TVL Bot"; channels = [ - "##tvl" - "##tvl-dev" + "#tvl" ]; }; }; -- cgit 1.4.1