]> git.eshelyaron.com Git - emacs.git/commitdiff
* rcirc.el (rcirc-server-alist): Add #emacs to default server list
authorPhilip Kaludercic <philipk@posteo.net>
Mon, 13 Sep 2021 15:23:23 +0000 (17:23 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Tue, 14 Sep 2021 16:14:57 +0000 (18:14 +0200)
Author:

lisp/net/rcirc.el

index d5b3664a405399039a15d0ee08179c0f145f261d..a3c427a717dd9f4a2cbe463e371ddcc25f966105 100644 (file)
@@ -60,9 +60,9 @@
 
 (defcustom rcirc-server-alist
   (if (gnutls-available-p)
-      '(("irc.libera.chat" :channels ("#rcirc")
+      '(("irc.libera.chat" :channels ("#emacs" "#rcirc")
          :port 6697 :encryption tls))
-    '(("irc.libera.chat" :channels ("#rcirc"))))
+    '(("irc.libera.chat" :channels ("#emacs" "#rcirc"))))
   "An alist of IRC connections to establish when running `rcirc'.
 Each element looks like (SERVER-NAME PARAMETERS).