Variable: erc--message-speaker-ctcp-action-statusmsg

erc--message-speaker-ctcp-action-statusmsg is a variable defined in erc.el.gz.

Value

#("* (%p%n%s) %m" 0 3 (font-lock-face erc-action-face) 3 5
  (font-lock-face (erc-nick-prefix-face erc-action-face)) 5 7
  (font-lock-face erc-action-face) 7 9
  (font-lock-face (erc-notice-face erc-action-face)) 9 13
  (font-lock-face erc-action-face))

Documentation

Template for a CTCP ACTION status message from another chan op.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar erc--message-speaker-ctcp-action-statusmsg
  #("* (%p%n%s) %m"
    0 3 (font-lock-face erc-action-face)
    3 5 (font-lock-face (erc-nick-prefix-face erc-action-face))
    5 7 (font-lock-face erc-action-face)
    7 9 (font-lock-face (erc-notice-face erc-action-face))
    9 13 (font-lock-face erc-action-face))
  "Template for a CTCP ACTION status message from another chan op.")