Variable: rcirc-server-commands

rcirc-server-commands is a variable defined in rcirc.el.gz.

Value

("/admin" "/away" "/connect" "/die" "/error" "/info" "/invite" "/ison"
 "/join" "/kick" "/kill" "/links" "/list" "/lusers" "/mode" "/motd"
 "/names" "/nick" "/notice" "/oper" "/part" "/pass" "/ping" "/pong"
 "/privmsg" "/quit" "/rehash" "/restart" "/service" "/servlist"
 "/server" "/squery" "/squit" "/stats" "/summon" "/time" "/topic"
 "/trace" "/user" "/userhost" "/users" "/version" "/wallops" "/who"
 "/whois" "/whowas")

Documentation

A list of user commands by IRC server.

The value defaults to RFCs 1459 and 2812.

Source Code

;; Defined in /usr/src/emacs/lisp/net/rcirc.el.gz
(defvar rcirc-server-commands
  '("/admin"   "/away"   "/connect" "/die"      "/error"   "/info"
    "/invite"  "/ison"   "/join"    "/kick"     "/kill"    "/links"
    "/list"    "/lusers" "/mode"    "/motd"     "/names"   "/nick"
    "/notice"  "/oper"   "/part"    "/pass"     "/ping"    "/pong"
    "/privmsg" "/quit"   "/rehash"  "/restart"  "/service" "/servlist"
    "/server"  "/squery" "/squit"   "/stats"    "/summon"  "/time"
    "/topic"   "/trace"  "/user"    "/userhost" "/users"   "/version"
    "/wallops" "/who"    "/whois"   "/whowas")
  "A list of user commands by IRC server.
The value defaults to RFCs 1459 and 2812.")