TinyMUX

Channels()

Functions

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