Variable: rcirc-activity-functions

rcirc-activity-functions is a variable defined in rcirc.el.gz.

Value

nil

Documentation

Hook to be run when there is channel activity.

Functions are called with a single argument, the buffer with the activity. Only run if the buffer is not visible and rcirc-ignore-buffer-activity-flag is non-nil.

Probably introduced at or before Emacs version 24.3.

Source Code

;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(defvar rcirc-activity-functions nil
  "Hook to be run when there is channel activity.

Functions are called with a single argument, the buffer with the
activity.  Only run if the buffer is not visible and
`rcirc-ignore-buffer-activity-flag' is non-nil.")