Function: rcirc-cmd-oper
rcirc-cmd-oper is an interactive and byte-compiled function defined in
rcirc.el.gz.
Signature
(rcirc-cmd-oper ARGLIST &optional PROCESS TARGET)
Documentation
Send operator command to server.
Note: If PROCESS or TARGET are nil, the values given
by rcirc-buffer-process and rcirc-target will be used.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(rcirc-define-command oper (args)
"Send operator command to server."
(interactive "sOper args: ")
(rcirc-send-string process "OPER" args))