Variable: erc-settings

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

Value

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

Documentation

Experimental: Alist of configuration options.

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.
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.")