diff options
author | David Morgan <djm_uk@protonmail.com> | 2023-01-06 16:17:52 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2023-01-06 16:17:52 +0000 |
commit | 36de58b632cb7d0c35bb98b1808ff05ebb21cb22 (patch) | |
tree | 763deb3230dd19d1b76293010aba0da4dc50d4bd | |
parent | 1f05a46e86a9f87fbae7d9ce1d2d2e8f9919f51b (diff) | |
download | dotfiles-36de58b632cb7d0c35bb98b1808ff05ebb21cb22.tar.gz |
Use sasl for refchat
-rw-r--r-- | nix-conf/home/includes/irssi.nix | 1 |
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; |