Function: erc-cmd-SM
erc-cmd-SM is a byte-compiled function defined in erc.el.gz.
Signature
(erc-cmd-SM)
Documentation
Say the current ERC modes into channel.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defun erc-cmd-SM ()
"Say the current ERC modes into channel."
(erc-send-message (format "I'm using the following modules: %s!"
(erc-modes)))
t)