Variable: erc-part-reason
erc-part-reason is a customizable variable defined in erc.el.gz.
Value
erc-part-reason-normal
Documentation
A function which returns the reason for parting a channel.
The function is passed a single argument, the string typed by the user after "/PART".
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defcustom erc-part-reason 'erc-part-reason-normal
"A function which returns the reason for parting a channel.
The function is passed a single argument, the string typed by the
user after \"/PART\"."
:group 'erc-quit-and-part
:type '(choice (const erc-part-reason-normal)
(const erc-part-reason-various)
(symbol)))