Variable: rcirc-authenticated-hook

rcirc-authenticated-hook is a variable defined in rcirc.el.gz.

Value

nil

Documentation

Hook run after successfully authenticated.

Functions in this hook are called with a single argument PROCESS.

Source Code

;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(defvar rcirc-authenticated-hook nil
  "Hook run after successfully authenticated.
Functions in this hook are called with a single argument PROCESS.")