emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/rcirc-update e3f4562: Fix SASL joining channels after auth


From: Tassilo Horn
Subject: feature/rcirc-update e3f4562: Fix SASL joining channels after auth
Date: Tue, 29 Jun 2021 11:07:16 -0400 (EDT)

branch: feature/rcirc-update
commit e3f456255bb26ca7e3c8350a62aa724a56e60059
Author: Alex McGrath <amk@amk.ie>
Commit: Tassilo Horn <tsdh@gnu.org>

    Fix SASL joining channels after auth
---
 lisp/net/rcirc.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el
index d1b87ab..1544138 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]