Function: rcirc-join-channels-post-auth

rcirc-join-channels-post-auth is a byte-compiled function defined in rcirc.el.gz.

Signature

(rcirc-join-channels-post-auth PROCESS)

Documentation

Join rcirc-startup-channels after authenticating.

PROCESS is the process object for the current connection.

Source Code

;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(defun rcirc-join-channels-post-auth (process)
  "Join `rcirc-startup-channels' after authenticating.
PROCESS is the process object for the current connection."
  (with-rcirc-process-buffer process
    (rcirc-join-channels process rcirc-startup-channels)))