Variable: rcirc-receive-message-functions

rcirc-receive-message-functions is a variable defined in rcirc.el.gz.

Value

nil

Documentation

Hook functions run when a message is received from server.

Function is called with PROCESS, COMMAND, SENDER, ARGS and LINE.

Probably introduced at or before Emacs version 24.3.

Aliases

rcirc-receive-message-hooks (obsolete since 24.3)

Source Code

;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(defvar rcirc-receive-message-functions nil
  "Hook functions run when a message is received from server.
Function is called with PROCESS, COMMAND, SENDER, ARGS and LINE.")