Variable: erc-notify-list

erc-notify-list is a customizable variable defined in erc-notify.el.gz.

Value

nil

Documentation

List of nicknames you want to be notified about online/offline status change.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-notify.el.gz
(defcustom erc-notify-list nil
  "List of nicknames you want to be notified about online/offline status change."
  :type '(repeat string))