Function: rcirc-cmd-reconnect

rcirc-cmd-reconnect is an interactive and byte-compiled function defined in rcirc.el.gz.

Signature

(rcirc-cmd-reconnect ARGLIST &optional PROCESS TARGET)

Documentation

Reconnect to current server.

Note: If PROCESS or TARGET are nil, the values given by rcirc-buffer-process and rcirc-target will be used.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(rcirc-define-command reconnect ()
  "Reconnect to current server."
  (interactive "i")
  (setq rcirc-failed-attempts 0)
  (rcirc-reconnect process))