Function: erc-sasl-mode
erc-sasl-mode is an interactive and byte-compiled function defined in
erc-sasl.el.gz.
Signature
(erc-sasl-mode &optional ARG)
Documentation
Toggle ERC sasl mode.
With a prefix argument ARG, enable sasl if ARG is positive, and disable it otherwise. If called from Lisp, enable the mode if ARG is omitted or nil. Non-IRCv3 SASL support for ERC. This doesn't solicit or validate a suite of supported mechanisms.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-sasl.el.gz
(require 'sasl)