Function: rcirc-cmd-list

rcirc-cmd-list is an interactive and byte-compiled function defined in rcirc.el.gz.

Signature

(rcirc-cmd-list ARGLIST &optional PROCESS TARGET)

Documentation

Request information on CHANNELS from 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 list (channels)
  "Request information on CHANNELS from server."
  (interactive "sList Channels: ")
  (rcirc-send-string process "LIST" channels))