mkChan
(since 1.0)
Instantiate a channel object
Description
string
mkChan
(
string name )
Used to create a empty channel, can be useful to add user this channel before users join it.
Character allowed in channel name are a-Z and 0-9
Parameters
name
The channel name (channel will not be interactive if it stats with an "*")
Return values
The channel object
Examples
var channel = mkChan('my_channel');
User notes
Post a note
CollaborAPE to our wiki !
Find the information you need on the APE Official Wiki : Install, Server, JSF, Help...

var channel = Ape.mkChan("testChannel");