Lines Matching +full:run +full:- +full:script
7 function run(&$xml_reponse, $p) function in pfcCommand_update
20 if ($u->nick != '' && !$u->isOnline())
24 $cmdp['params'] = array($u->nick);
27 $cmd->run($xml_reponse, $cmdp);
31 if ($u->isOnline())
39 $cmd->run($xml_reponse, $cmdp);
43 foreach( $u->channels as $id => $chan )
48 $cmd->run($xml_reponse, $cmdp);
50 foreach( $u->privmsg as $id => $pv )
55 $cmd->run($xml_reponse, $cmdp);
60 foreach( $u->channels as $id => $chan )
64 $cmd->run($xml_reponse, $cmdp);
66 foreach( $u->privmsg as $id => $pv )
70 $cmd->run($xml_reponse, $cmdp);
73 $xml_reponse->script("pfc.handleResponse('update', 'ok', '');");
77 $xml_reponse->script("pfc.handleResponse('update', 'ko', '');");