diff options
-rw-r--r-- | init.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2993,7 +2993,7 @@ (when (or p (y-or-n-p "Connect to telegram? ")) (telega)) (when (or p (y-or-n-p "Connect to libera? ")) - (circe "Libera Chat"))) + (unless (get-buffer "irc.libera.chat:6697") (circe "Libera Chat")))) (defun jao-all-chats () (interactive) (jao-chats t)) |