Home
last modified time | relevance | path

Searched refs:pfcCommand_join (Results 1 – 9 of 9) sorted by last modified time

/plugin/freechat/phpfreechat/src/commands/
H A Dconnect.class.php109 $chanrecip = pfcCommand_join::GetRecipient($channame);
110 $chanid = pfcCommand_join::GetRecipientId($channame);
H A Dinvite.class.php69 if (!$ct->isNickOnline(pfcCommand_join::GetRecipient($channeltarget),$u->nickid))
91 $cmdp["recipient"] = pfcCommand_join::GetRecipient($channeltarget);
92 $cmdp["recipientid"] = pfcCommand_join::GetRecipientId($channeltarget);
H A Dwho.class.php43 $recipient = pfcCommand_join::GetRecipient($param);
44 $recipientid = pfcCommand_join::GetRecipientId($param);
H A Dwho2.class.php42 $recipient = pfcCommand_join::GetRecipient($param);
43 $recipientid = pfcCommand_join::GetRecipientId($param);
H A Djoin.class.php5 class pfcCommand_join extends pfcCommand class
21 $chanrecip = pfcCommand_join::GetRecipient($channame);
22 $chanid = pfcCommand_join::GetRecipientId($channame);
75 return md5(pfcCommand_join::GetRecipient($channame));
H A Djoin2.class.php30 class pfcCommand_join2 extends pfcCommand_join
H A Dleave.class.php46 $id = pfcCommand_join::GetRecipientId($name);
/plugin/freechat/phpfreechat/src/proxies/
H A Dauth.class.php81 $chan = pfcCommand_join::GetRecipient($channame);
82 $chanid = pfcCommand_join::GetRecipientId($channame);
/plugin/freechat/phpfreechat/src/
H A Dpfcinfo.class.php63 if ($channel != NULL) $channel = pfcCommand_join::GetRecipient($channel);
91 $channel = pfcCommand_join::GetRecipient($channel);