Home
last modified time | relevance | path

Searched refs:isNickOnline (Results 1 – 3 of 3) sorted by relevance

/plugin/freechat/phpfreechat/src/commands/
H A Dinvite.class.php69 if (!$ct->isNickOnline(pfcCommand_join::GetRecipient($channeltarget),$u->nickid))
/plugin/freechat/phpfreechat/src/
H A Dpfcuserconfig.class.php113 $online = $ct->isNickOnline(NULL, $this->nickid);
H A Dpfccontainer.class.php357 function isNickOnline($chan, $nickid) function in pfcContainer