Variable: rcirc-sentinel-functions
rcirc-sentinel-functions is a variable defined in rcirc.el.gz.
Value
nil
Documentation
Hook functions called when the process sentinel is called.
Functions are called with PROCESS and SENTINEL arguments.
Probably introduced at or before Emacs version 24.3.
Aliases
rcirc-sentinel-hooks (obsolete since 24.3)
Source Code
;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(defvar rcirc-sentinel-functions nil
"Hook functions called when the process sentinel is called.
Functions are called with PROCESS and SENTINEL arguments.")