Variable: erc-services-mode
erc-services-mode is a customizable variable defined in
erc-services.el.gz.
Value
nil
Documentation
Non-nil if Erc-Services mode is enabled.
See the erc-services-mode(var)/erc-services-mode(fun) command
for a description of this minor mode.
Setting this variable directly does not take effect;
either customize it (see the info node (emacs)Easy Customization)
or call the function erc-services-mode(var)/erc-services-mode(fun).
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc-services.el.gz
;;;###autoload(put 'nickserv 'erc--module 'services)
;;;###autoload(autoload 'erc-services-mode "erc-services" nil t)
(define-erc-module services nickserv
"This mode automates communication with services."
((erc-nickserv-identify-mode erc-nickserv-identify-mode))
((remove-hook 'erc-server-NOTICE-functions
#'erc-nickserv-identify-autodetect)
(remove-hook 'erc-after-connect
#'erc-nickserv-identify-on-connect)
(remove-hook 'erc-nick-changed-functions
#'erc-nickserv-identify-on-nick-change)
(remove-hook 'erc-server-NOTICE-functions
#'erc-nickserv-identification-autodetect)))