Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/src/commands/
Djoin.class.php21 $chanrecip = pfcCommand_join::GetRecipient($channame);
68 function GetRecipient($channame) function in pfcCommand_join
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);
Dwho2.class.php42 $recipient = pfcCommand_join::GetRecipient($param);
Dwho.class.php43 $recipient = pfcCommand_join::GetRecipient($param);
Dconnect.class.php109 $chanrecip = pfcCommand_join::GetRecipient($channame);
/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);