/plugin/freechat/phpfreechat/src/ |
H A D | phpfreechat.class.php | 222 $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 …]
|
H A D | pfccommand.class.php | 125 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."');");
|
/plugin/freechat/phpfreechat/src/commands/ |
H A D | update.class.php | 7 function run(&$xml_reponse, $p) argument 27 $cmd->run($xml_reponse, $cmdp); 39 $cmd->run($xml_reponse, $cmdp); 48 $cmd->run($xml_reponse, $cmdp); 55 $cmd->run($xml_reponse, $cmdp); 64 $cmd->run($xml_reponse, $cmdp); 70 $cmd->run($xml_reponse, $cmdp); 73 $xml_reponse->script("pfc.handleResponse('update', 'ok', '');"); 77 $xml_reponse->script("pfc.handleResponse('update', 'ko', '');");
|
H A D | send.class.php | 7 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 D | nick.class.php | 9 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 D | privmsg.class.php | 9 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 D | join.class.php | 9 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 D | debug.class.php | 7 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 D | leave.class.php | 10 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 D | quit.class.php | 7 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 D | rehash.class.php | 14 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 D | error.class.php | 7 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 D | invite.class.php | 40 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 D | unban.class.php | 9 function run(&$xml_reponse, $p) argument 33 $cmd->run($xml_reponse, $cmdp); 65 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '".$msg."');"); 67 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ko', '".$msg."');");
|
H A D | redirect.class.php | 9 function run(&$xml_reponse, $p) argument 26 $cmd->run($xml_reponse, $cmdp); 30 $xml_reponse->redirect($param);
|
H A D | ban.class.php | 9 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 D | connect.class.php | 7 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 D | asknick.class.php | 7 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 D | identify.class.php | 34 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 D | whois.class.php | 29 function run(&$xml_reponse, $p) argument 74 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', ".$js.");"); 77 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ko','".$param."');");
|
/plugin/freechat/phpfreechat/src/proxies/ |
H A D | checknickchange.class.php | 33 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 D | auth.class.php | 33 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 D | lock.class.php | 33 function run(&$xml_reponse, $p) argument 47 $xml_reponse->redirect($c->lockurl); 58 return $this->next->run($xml_reponse, $p);
|
H A D | noflood.class.php | 34 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 D | checktimeout.class.php | 34 function run(&$xml_reponse, $p) argument 67 $cmd->run($xml_reponse, $cmdp); 75 return $this->next->run($xml_reponse, $p);
|