Lines Matching +full:run +full:- +full:script
7 function run(&$xml_reponse, $p) function in pfcCommand_send
19 $nick = $ct->getNickname($u->nickid); //phpFreeChat::FilterSpecialChar($sender);
22 …// $offline = $container->getMeta("offline", "nickname", $u->privmsg[$recipientid]["name"])…
28 if (isset($u->privmsg[$recipientid]))
30 $pvnickid = $u->privmsg[$recipientid]["pvnickid"];
31 $pvnick = $ct->getNickname($pvnickid);//$u->privmsg[$recipientid]["name"];
32 // $pvnickid = $ct->getNickId($pvnick);
35 $onlineusers = $ct->getOnlineNick(NULL);
42 $cmd->run($xml_reponse, $cmdp);
58 $cmd->run($xml_reponse, $cmdp);
60 $xml_reponse->script("$('pfc_handle').focus();");
68 $msgid = $ct->write($recipient, $nick, "send", $text);
74 $cmd->run($xml_reponse, $cmdp);
79 // - clear errors
80 // - give focus to "words" field
82 $xml_reponse->script("pfc.clearError(Array('pfc_words"."','pfc_handle"."'));");
83 $xml_reponse->script("$('pfc_words').focus();");
86 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '');");