Home
last modified time | relevance | path

Searched refs:xml_reponse (Results 1 – 25 of 41) sorted by last modified time

12

/plugin/freechat/phpfreechat/src/commands/
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 Dme.class.php9 function run(&$xml_reponse, $p) argument
28 $cmd->run($xml_reponse, $cmdp);
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 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', '');");
H A Dwho.class.php29 function run(&$xml_reponse, $p) argument
49 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', ".$chanmeta.");");
H A Dwho2.class.php28 function run(&$xml_reponse, $p) argument
61 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', ".$chanmeta.");");
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 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 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 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 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 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 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', '');");
/plugin/freechat/phpfreechat/src/
H A Dpfccommand.class.php125 function run(&$xml_reponse, $p) argument
218 function RunPendingCmdToPlay($nickid, $context, &$xml_reponse) argument
243 $cmd->run($xml_reponse, $cmdp);
245 @$cmd->run($xml_reponse, $cmdp);
253 function trace(&$xml_reponse, $msg, $data = NULL) argument
260 $xml_reponse->script("trace('".$msg." -> ".$js."');");
263 $xml_reponse->script("trace('".$msg."');");
H A Dphpfreechat.class.php222 $xml_reponse = new pfcResponse();
345 return $xml_reponse;
351 if ($xml_reponse == null) $xml_reponse = new pfcResponse();
394 $xml_reponse->script($js);
396 return $xml_reponse;
401 if ($xml_reponse == null) $xml_reponse = new pfcResponse();
525 $xml_reponse->script($js);
526 return $xml_reponse;
532 if ($xml_reponse == null) $xml_reponse = new pfcResponse();
557 return $xml_reponse;
[all …]
/plugin/freechat/phpfreechat/src/proxies/
H A Dauth.class.php33 function run(&$xml_reponse, $p) argument
54 $cmd->run($xml_reponse, $cmdp);
68 …$xml_reponse->script("alert('".addslashes(_pfc("You are not allowed to run '%s' command", $this->n…
90 …$xml_reponse->script("pfc.handleResponse('".$this->proxyname."', 'ban', '".addslashes($msg)."');");
100 …$xml_reponse->script("pfc.handleResponse('".$this->proxyname."', 'frozen', '".addslashes($msg)."')…
112 return $this->next->run($xml_reponse, $p);
H A Dcensor.class.php33 function run(&$xml_reponse, $p) argument
77 return $this->next->run($xml_reponse, $p);
H A Dnoflood.class.php34 function run(&$xml_reponse, $p) argument
76 $xml_reponse->script("alert('".addslashes($msg)."');");
85 $cmd->run($xml_reponse, $cmdp);
101 return $this->next->run($xml_reponse, $p);
H A Dchecknickchange.class.php33 function run(&$xml_reponse, $p) argument
60 …$xml_reponse->script("pfc.handleResponse('".$this->proxyname."', 'nick', '".addslashes($msg)."');"…
70 …$xml_reponse->script("pfc.handleResponse('".$this->name."', 'notchanged', '".addslashes($newnick).…
80 … $xml_reponse->script("pfc.handleResponse('nick', 'notallowed', '".addslashes($newnick)."');");
82 $xml_reponse->script("pfc.handleResponse('nick', 'isused', '".addslashes($newnick)."');");
99 return $cmd->run($xml_reponse, $cmdp);
103 return $this->next->run($xml_reponse, $p);
H A Dchecktimeout.class.php34 function run(&$xml_reponse, $p) argument
67 $cmd->run($xml_reponse, $cmdp);
75 return $this->next->run($xml_reponse, $p);

12