Home
last modified time | relevance | path

Searched refs:GetRecipientId (Results 1 – 7 of 7) sorted by relevance

/plugin/freechat/phpfreechat/src/commands/
Djoin.class.php22 $chanid = pfcCommand_join::GetRecipientId($channame);
73 function GetRecipientId($channame) function in pfcCommand_join
Dwho2.class.php43 $recipientid = pfcCommand_join::GetRecipientId($param);
Dwho.class.php44 $recipientid = pfcCommand_join::GetRecipientId($param);
Dinvite.class.php92 $cmdp["recipientid"] = pfcCommand_join::GetRecipientId($channeltarget);
Dleave.class.php46 $id = pfcCommand_join::GetRecipientId($name);
Dconnect.class.php110 $chanid = pfcCommand_join::GetRecipientId($channame);
/plugin/freechat/phpfreechat/src/proxies/
Dauth.class.php82 $chanid = pfcCommand_join::GetRecipientId($channame);