From: Alex McGrath Date: Tue, 29 Jun 2021 12:04:33 +0000 (+0100) Subject: Fix SASL joining channels after auth X-Git-Tag: emacs-28.0.90~1748^2~3 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e3f456255bb26ca7e3c8350a62aa724a56e60059;p=emacs.git Fix SASL joining channels after auth --- diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index d1b87abb62b..154413871c7 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el @@ -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)) (defgroup rcirc-faces nil