Function: erc-cmd-DEOPME
erc-cmd-DEOPME is a byte-compiled function defined in erc.el.gz.
Signature
(erc-cmd-DEOPME)
Documentation
Deop the current nick in the current channel.
Source Code
;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defun erc-cmd-DEOPME ()
"Deop the current nick in the current channel."
(erc-cmd-DEOP (erc-current-nick)))