user.join
(since )
Make a user join a channel
Description
user.join
(
string channel )
Make a user join a channel.
Parameters
channel
Channel name or channel object
Examples
Force user on connect to join channel testChannel
Ape.registerHookCmd("connect", function(params, cmd) {
cmd.user.join('testChannel');
return 1;
});
User notes
# No comment
Post a note
CollaborAPE to our wiki !
Find the information you need on the APE Official Wiki : Install, Server, JSF, Help...
