Home
last modified time | relevance | path

Searched refs:joinChan (Results 1 – 4 of 4) sorted by relevance

/plugin/freechat/phpfreechat/src/commands/
H A Djoin.class.php60 $ct->joinChan($u->nickid, $chanrecip);
H A Dprivmsg.class.php110 $ct->joinChan($nickid, $pvrecipient);
H A Dconnect.class.php44 $ct->joinChan($nickid, NULL); // join the server
/plugin/freechat/phpfreechat/src/
H A Dpfccontainer.class.php120 function joinChan($nickid, $chan) function in pfcContainer