about summary refs log tree commit diff stats
path: root/nix-conf
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2023-01-06 16:17:52 +0000
committerDavid Morgan <djm_uk@protonmail.com>2023-01-06 16:17:52 +0000
commit36de58b632cb7d0c35bb98b1808ff05ebb21cb22 (patch)
tree763deb3230dd19d1b76293010aba0da4dc50d4bd /nix-conf
parent1f05a46e86a9f87fbae7d9ce1d2d2e8f9919f51b (diff)
downloaddotfiles-36de58b632cb7d0c35bb98b1808ff05ebb21cb22.tar.gz
Use sasl for refchat
Diffstat (limited to 'nix-conf')
-rw-r--r--nix-conf/home/includes/irssi.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix-conf/home/includes/irssi.nix b/nix-conf/home/includes/irssi.nix
index c7459bc..83e73e2 100644
--- a/nix-conf/home/includes/irssi.nix
+++ b/nix-conf/home/includes/irssi.nix
@@ -187,6 +187,7 @@
       };
       refchat = {
         nick = "djm";
+        saslExternal = true;
         server = {
           address = "gill.refchat.net";
           port = 6697;