; Handle authentication properly when reconnecting to IRC
* lisp/net/rcirc.el (rcirc-reconnect): Set 'rcirc-user-authenticated' to nil before reconnecting. (Bug#65882)
This commit is contained in:
parent
842411f09b
commit
a45d33d8aa
1 changed files with 1 additions and 0 deletions
|
@ -859,6 +859,7 @@ If QUIET is non-nil, no not emit a message."
|
|||
(if (rcirc--connection-open-p process)
|
||||
(throw 'exit (or quiet (message "Server process is alive")))
|
||||
(delete-process process))
|
||||
(setq rcirc-user-authenticated nil)
|
||||
(let ((conn-info rcirc-connection-info))
|
||||
(setf (nth 5 conn-info)
|
||||
(cl-remove-if-not #'rcirc-channel-p
|
||||
|
|
Loading…
Add table
Reference in a new issue