Variable: erc-settings

erc-settings is a variable defined in erc-networks.el.gz.

This variable is obsolete since 30.1; temporarily deprecated for later repurposing

Value

((pals Libera.Chat ("kensanata" "shapr" "anti\\(fuchs\\|gone\\)"))
 (format-nick-function (Libera.Chat "#emacs") erc-format-@nick))

Documentation

Experimental: Alist of configuration options.

WARNING: this variable is a vestige from a long-abandoned experiment. ERC may redefine it using the same name for any purpose at any time.

The format is (VARNAME SCOPE VALUE) where VARNAME is a symbol identifying the configuration option, SCOPE is either a symbol which identifies an entry from
  erc-networks-alist or a list (NET TARGET) where NET is a network symbol and
  TARGET is a string identifying the channel/query target.
VALUE is the options value.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-networks.el.gz
;;; The following experimental
;; It does not work yet, help me with it if you
;; think it is worth the effort.

(defvar erc-settings
  '((pals Libera.Chat ("kensanata" "shapr" "anti\\(fuchs\\|gone\\)"))
    (format-nick-function (Libera.Chat "#emacs") erc-format-@nick))
  "Experimental: Alist of configuration options.

WARNING: this variable is a vestige from a long-abandoned
experiment.  ERC may redefine it using the same name for any
purpose at any time.

The format is (VARNAME SCOPE VALUE) where
VARNAME is a symbol identifying the configuration option,
SCOPE is either a symbol which identifies an entry from
  `erc-networks-alist' or a list (NET TARGET) where NET is a network symbol and
  TARGET is a string identifying the channel/query target.
VALUE is the options value.")