Variable: erc-quit-reason

erc-quit-reason is a customizable variable defined in erc.el.gz.

Value

erc-quit-reason-normal

Documentation

A function which returns the reason for quitting.

The function is passed a single argument, the string typed by the user after "/quit".

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-quit-reason 'erc-quit-reason-normal
  "A function which returns the reason for quitting.

The function is passed a single argument, the string typed by the
user after \"/quit\"."
  :group 'erc-quit-and-part
  :type '(choice (const erc-quit-reason-normal)
                 (const erc-quit-reason-various)
                 (symbol)))