Function: erc-cmd-ME'S
erc-cmd-ME'S is a byte-compiled function defined in erc.el.gz.
Signature
(erc-cmd-ME\'S LINE)
Documentation
Do a /ME command, but add the string " \\='s" to the beginning.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defun erc-cmd-ME\'S (line)
"Do a /ME command, but add the string \" \\='s\" to the beginning."
(erc-cmd-ME (concat " 's" line)))