]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix SASL joining channels after auth
authorAlex McGrath <amk@amk.ie>
Tue, 29 Jun 2021 12:04:33 +0000 (13:04 +0100)
committerTassilo Horn <tsdh@gnu.org>
Tue, 29 Jun 2021 15:07:00 +0000 (17:07 +0200)
lisp/net/rcirc.el

index d1b87abb62be721d2e3874c2232aa7d00f28ca24..154413871c74cf1265e27addb278e82506a1248f 100644 (file)
@@ -3516,7 +3516,8 @@ PROCESS is the process object for the current connection."
   (rcirc-handler-generic process "900" sender args nil)
   (when (not rcirc-finished-sasl)
     (setq-local rcirc-finished-sasl t)
-    (rcirc-send-string process "CAP" "END")))
+    (rcirc-send-string process "CAP" "END"))
+  (rcirc-join-channels-post-auth process))
 
 \f
 (defgroup rcirc-faces nil