]> git.eshelyaron.com Git - emacs.git/commitdiff
* rcirc.el (rcirc-reconnect): Use rcirc-reconnect-delay
authorPhilip Kaludercic <philipk@posteo.net>
Sat, 25 Sep 2021 14:27:12 +0000 (16:27 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Sat, 25 Sep 2021 16:31:56 +0000 (18:31 +0200)
lisp/net/rcirc.el

index 4e0dd5a71f879d7f4a6fcbed81229523929914e4..2e49ccb5ddc8df65fc2472c887bced8f774ff594 100644 (file)
@@ -851,7 +851,7 @@ If QUIET is non-nil, no not emit a message."
                                  rcirc-failed-attempts
                                  rcirc-reconnect-attempts))
             (setq rcirc-reconnection-timer
-                  (run-at-time rcirc-timeout-seconds nil
+                  (run-at-time rcirc-reconnect-delay nil
                                #'rcirc-reconnect process t))))))))
 
 (defun rcirc-sentinel (process sentinel)