Variable: erc-sasl--send-cap-ls

erc-sasl--send-cap-ls is a variable defined in erc-sasl.el.gz.

Value

nil

Documentation

Whether to send an opening "CAP LS" command.

This is an escape hatch for picky servers. If you need it turned into a user option, please let ERC know via M-x erc-bug (erc-bug). Otherwise, expect it to disappear in subsequent versions.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-sasl.el.gz
(defvar erc-sasl--send-cap-ls nil
  "Whether to send an opening \"CAP LS\" command.
This is an escape hatch for picky servers.  If you need it turned
into a user option, please let ERC know via \\[erc-bug].
Otherwise, expect it to disappear in subsequent versions.")