Searched refs:pfcCommand_join (Results 1 – 9 of 9) sorted by relevance
5 class pfcCommand_join extends pfcCommand class21 $chanrecip = pfcCommand_join::GetRecipient($channame);22 $chanid = pfcCommand_join::GetRecipientId($channame);75 return md5(pfcCommand_join::GetRecipient($channame));
69 if (!$ct->isNickOnline(pfcCommand_join::GetRecipient($channeltarget),$u->nickid))91 $cmdp["recipient"] = pfcCommand_join::GetRecipient($channeltarget);92 $cmdp["recipientid"] = pfcCommand_join::GetRecipientId($channeltarget);
42 $recipient = pfcCommand_join::GetRecipient($param);43 $recipientid = pfcCommand_join::GetRecipientId($param);
43 $recipient = pfcCommand_join::GetRecipient($param);44 $recipientid = pfcCommand_join::GetRecipientId($param);
30 class pfcCommand_join2 extends pfcCommand_join
109 $chanrecip = pfcCommand_join::GetRecipient($channame);110 $chanid = pfcCommand_join::GetRecipientId($channame);
46 $id = pfcCommand_join::GetRecipientId($name);
63 if ($channel != NULL) $channel = pfcCommand_join::GetRecipient($channel);91 $channel = pfcCommand_join::GetRecipient($channel);
81 $chan = pfcCommand_join::GetRecipient($channame);82 $chanid = pfcCommand_join::GetRecipientId($channame);