Home
last modified time | relevance | path

Searched refs:xml_reponse (Results 1 – 25 of 41) sorted by path

12

/plugin/freechat/phpfreechat/src/commands/
H A Dasknick.class.php7 function run(&$xml_reponse, $p) argument
26 $cmd->run($xml_reponse, $cmdp);
37 …$xml_reponse->script("var newnick = prompt('".addslashes($msg)."', '".addslashes($nicktochange)."'…
H A Dban.class.php9 function run(&$xml_reponse, $p) argument
39 $cmd->run($xml_reponse, $cmdp);
51 $cmd->run($xml_reponse, $cmdp);
59 $cmd->run($xml_reponse, $cmdp);
H A Dbanlist.class.php14 function run(&$xml_reponse, $p) argument
42 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '".addslashes($msg)."');");
H A Dclear.class.php7 function run(&$xml_reponse, $p) argument
12 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '');");
H A Dconnect.class.php7 function run(&$xml_reponse, $p) argument
61 $ret = $cmd->run($xml_reponse, $cmdp);
70 $cmd->run($xml_reponse, $cmdp);
79 $cmd->run($xml_reponse, $cmdp);
82 …$xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', Array('".addslashes($nick)."'));…
86 …$xml_reponse->script("pfc.handleResponse('".$this->name."', 'ko', Array('".addslashes($nick)."'));…
H A Ddebug.class.php7 function run(&$xml_reponse, $p) argument
17 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '".$msg."');");
25 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '".$msg."');");
32 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '".$msg."');");
H A Ddeop.class.php9 function run(&$xml_reponse, $p) argument
22 $cmd->run($xml_reponse, $cmdp);
H A Derror.class.php7 function run(&$xml_reponse, $p) argument
16 …$xml_reponse->script("pfc.setError('".addslashes(stripslashes($error_str))."', Array(".$error_ids.…
19 $xml_reponse->script("pfc.setError('".addslashes(stripslashes($errors))."', Array());");
H A Dgetnewmsg.class.php27 function run(&$xml_reponse, $p) argument
104 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', (".$js."));");
H A Dhelp.class.php9 function run(&$xml_reponse, $p) argument
35 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '".$str."');");
H A Didentify.class.php34 function run(&$xml_reponse, $p) argument
65 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '".$msg."');");
70 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ko', '".$msg."');");
H A Dinit.class.php7 function run(&$xml_reponse, $p) argument
19 $cmd->run($xml_reponse, $p);
H A Dinvite.class.php40 function run(&$xml_reponse, $p) argument
64 $cmd->run($xml_reponse, $cmdp);
75 $cmd->run($xml_reponse, $cmdp);
94 $cmd->run($xml_reponse, $cmdp);
H A Djoin.class.php9 function run(&$xml_reponse, $p) argument
30 $cmd->run($xml_reponse, $cmdp);
39 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'max_channels', Array());");
54 $cmd->run($xml_reponse, $cmdp);
65 …$xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', Array('".$chanid."','".addslashe…
H A Dkick.class.php9 function run(&$xml_reponse, $p) argument
37 $cmd->run($xml_reponse, $cmdp);
H A Dleave.class.php10 function run(&$xml_reponse, $p) argument
34 $cmd->run($xml_reponse, $cmdp);
103 $cmd->run($xml_reponse, $cmdp);
126 $cmd->run($xml_reponse, $cmdp);
131 $xml_reponse->script("pfc.handleResponse('leave', 'ok', '".$id."');");
140 $cmd->run($xml_reponse, $cmdp);
H A Dme.class.php9 function run(&$xml_reponse, $p) argument
28 $cmd->run($xml_reponse, $cmdp);
H A Dnick.class.php9 function run(&$xml_reponse, $p) argument
28 $cmd->run($xml_reponse, $cmdp);
60 $cmd->run($xml_reponse, $cmdp);
66 $cmd->run($xml_reponse, $cmdp);
68 $xml_reponse->script("pfc.handleResponse('nick', 'changed', '".addslashes($newnick)."');");
83 $xml_reponse->script("pfc.handleResponse('nick', 'connected', '".addslashes($newnick)."');");
H A Dnotice.class.php7 function run(&$xml_reponse, $p) argument
31 $cmd->run($xml_reponse, $cmdp);
H A Dop.class.php9 function run(&$xml_reponse, $p) argument
28 $cmd->run($xml_reponse, $cmdp);
H A Dprivmsg.class.php9 function run(&$xml_reponse, $p) argument
28 $cmd->run($xml_reponse, $cmdp);
51 $xml_reponse->script("pfc.handleResponse('".$this->name."','speak_to_myself');");
73 …$xml_reponse->script("pfc.handleResponse('".$this->name."', 'unknown', Array('".addslashes($pvname…
92 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'max_privmsg', Array());");
115 …$xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', Array('".$pvrecipientid."','".ad…
H A Dquit.class.php7 function run(&$xml_reponse, $p) argument
30 $cmd->run($xml_reponse, $cmdp);
41 $cmd->run($xml_reponse, $cmdp);
52 $xml_reponse->script("pfc.handleResponse('quit', 'ok', '');");
H A Dredirect.class.php9 function run(&$xml_reponse, $p) argument
26 $cmd->run($xml_reponse, $cmdp);
30 $xml_reponse->redirect($param);
H A Drehash.class.php14 function run(&$xml_reponse, $p) argument
29 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '');");
31 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ko', '');");
H A Dsend.class.php7 function run(&$xml_reponse, $p) argument
42 $cmd->run($xml_reponse, $cmdp);
58 $cmd->run($xml_reponse, $cmdp);
60 $xml_reponse->script("$('pfc_handle').focus();");
74 $cmd->run($xml_reponse, $cmdp);
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', '');");

12