Fix SASL joining channels after auth

This commit is contained in:
Alex McGrath 2021-06-29 13:04:33 +01:00 committed by Tassilo Horn
parent a85d27278e
commit e3f456255b

View 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))
(defgroup rcirc-faces nil