Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/src/commands/
H A Djoin.class.php21 $chanrecip = pfcCommand_join::GetRecipient($channame);
68 function GetRecipient($channame) function in pfcCommand_join
75 return md5(pfcCommand_join::GetRecipient($channame));
H A Dinvite.class.php69 if (!$ct->isNickOnline(pfcCommand_join::GetRecipient($channeltarget),$u->nickid))
91 $cmdp["recipient"] = pfcCommand_join::GetRecipient($channeltarget);
H A Dwho2.class.php42 $recipient = pfcCommand_join::GetRecipient($param);
H A Dwho.class.php43 $recipient = pfcCommand_join::GetRecipient($param);
H A Dconnect.class.php109 $chanrecip = pfcCommand_join::GetRecipient($channame);
/plugin/freechat/phpfreechat/src/
H A Dpfcinfo.class.php63 if ($channel != NULL) $channel = pfcCommand_join::GetRecipient($channel);
91 $channel = pfcCommand_join::GetRecipient($channel);
/plugin/freechat/phpfreechat/src/proxies/
H A Dauth.class.php81 $chan = pfcCommand_join::GetRecipient($channame);