Variable: erc-track-list-changed-hook

erc-track-list-changed-hook is a customizable variable defined in erc-track.el.gz.

Value

nil

Documentation

Hook run when the contents of erc-modified-channels-alist changes.

This is useful for people that don't use the default mode-line notification but instead use a separate mechanism to provide notification of channel activity.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-track.el.gz
(defcustom erc-track-list-changed-hook nil
  "Hook run when the contents of `erc-modified-channels-alist' changes.

This is useful for people that don't use the default mode-line
notification but instead use a separate mechanism to provide
notification of channel activity."
  :type 'hook)