Channels()

From TinyMUX
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


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()