Variable: rcirc-client-commands
rcirc-client-commands is a variable defined in rcirc.el.gz.
Value
("/keyword" "/dim" "/bright" "/ignore" "/kick" "/quote" "/oper"
"/list" "/mode" "/whois" "/topic" "/names" "/nick" "/reconnect"
"/quit" "/part" "/invite" "/join" "/query" "/msg" "/me" "/ctcp")
Documentation
A list of user commands defined by IRC client rcirc.
The list is updated automatically by defun-rcirc-command.
Source Code
;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
;; /me and /ctcp are not defined by `defun-rcirc-command'.
(defvar rcirc-client-commands '("/me" "/ctcp")
"A list of user commands defined by IRC client rcirc.
The list is updated automatically by `defun-rcirc-command'.")