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 locally.
If called interactively, enable erc-sasl-mode(var)/erc-sasl-mode(fun) 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 local module only enables its minor mode in server buffers, and it doesn't currently solicit or validate supported mechanisms.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-sasl.el.gz
(require 'sasl)