From 0376b15a2f2935db403ff8fd3b754e0a014286f8 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 9 May 2023 08:01:26 +0000 Subject: [PATCH] matrix: appservice-irc: connect to esper.net IRC --- hosts/by-name/servo/services/matrix/irc.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/by-name/servo/services/matrix/irc.nix b/hosts/by-name/servo/services/matrix/irc.nix index fd7b447f..653404eb 100644 --- a/hosts/by-name/servo/services/matrix/irc.nix +++ b/hosts/by-name/servo/services/matrix/irc.nix @@ -133,6 +133,10 @@ in additionalAddresses = [ "irc2.myanonamouse.net" ]; sasl = false; }; + "irc.esper.net" = ircServer { + name = "esper"; + sasl = false; + }; }; }; };