Fix SASL joining channels after auth
This commit is contained in:
parent
a85d27278e
commit
e3f456255b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue