Channels(): Difference between revisions
Jump to navigation
Jump to search
m Add category |
(No difference)
|
Latest revision as of 16:00, 6 December 2005
channels() provides a list of available comsys channels.
Description
FUNCTION: channels([player])
This function lists channels that you can see, much like @clist. If the argument is omitted or is 'all', then all are returned, otherwise only those owned by the named player are returned.
Example
> say channels() You say, "Wizard, Staff, Guest, Public, Code" > say channels(#1) You say, "Wizard, Staff, Guest, Public" > say channels(me) You say, "Code"
Related Topics: comsys, @clist, comalias(), comtitle(), cwho()