Variable: rcirc-omit-unless-requested

rcirc-omit-unless-requested is a customizable variable defined in rcirc.el.gz.

Value

nil

Documentation

List of commands to only be requested if preceded by a command.

For example, if "TOPIC" is added to this list, TOPIC commands will only be displayed if rcirc-cmd-TOPIC was previously invoked. Commands will only be hidden if rcirc-omit-mode(var)/rcirc-omit-mode(fun) is enabled.

This variable was added, or its default value changed, in Emacs 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(defcustom rcirc-omit-unless-requested '()
  "List of commands to only be requested if preceded by a command.
For example, if \"TOPIC\" is added to this list, TOPIC commands
will only be displayed if `rcirc-cmd-TOPIC' was previously
invoked.  Commands will only be hidden if `rcirc-omit-mode' is
enabled."
  :version "28.1"
  :type '(repeat string))