Home
last modified time | relevance | path

Searched refs:pfcCommand_join (Results 1 – 9 of 9) sorted by relevance

/plugin/freechat/phpfreechat/src/commands/
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));
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);
Dwho2.class.php42 $recipient = pfcCommand_join::GetRecipient($param);
43 $recipientid = pfcCommand_join::GetRecipientId($param);
Dwho.class.php43 $recipient = pfcCommand_join::GetRecipient($param);
44 $recipientid = pfcCommand_join::GetRecipientId($param);
Djoin2.class.php30 class pfcCommand_join2 extends pfcCommand_join
Dconnect.class.php109 $chanrecip = pfcCommand_join::GetRecipient($channame);
110 $chanid = pfcCommand_join::GetRecipientId($channame);
Dleave.class.php46 $id = pfcCommand_join::GetRecipientId($name);
/plugin/freechat/phpfreechat/src/
Dpfcinfo.class.php63 if ($channel != NULL) $channel = pfcCommand_join::GetRecipient($channel);
91 $channel = pfcCommand_join::GetRecipient($channel);
/plugin/freechat/phpfreechat/src/proxies/
Dauth.class.php81 $chan = pfcCommand_join::GetRecipient($channame);
82 $chanid = pfcCommand_join::GetRecipientId($channame);