Variable: erc-join-hook

erc-join-hook is a customizable variable defined in erc.el.gz.

Value

nil

Documentation

Hook run when we join a channel.

Hook functions are called without arguments, with the current buffer set to the buffer of the new channel.

See also erc-server-JOIN-functions, erc-part-hook.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-join-hook nil
  "Hook run when we join a channel.
Hook functions are called without arguments, with the current
buffer set to the buffer of the new channel.

See also `erc-server-JOIN-functions', `erc-part-hook'."
  :group 'erc-hooks
  :type 'hook)