Home
last modified time | relevance | path

Searched refs:clientid (Results 26 – 37 of 37) sorted by relevance

12

/plugin/freechat/phpfreechat/src/proxies/
H A Dchecktimeout.class.php36 $clientid = $p["clientid"];
H A Dchecknickchange.class.php35 $clientid = $p["clientid"];
/plugin/freechat/phpfreechat/src/commands/
H A Dquit.class.php9 $clientid = $p["clientid"];
H A Dwhois.class.php31 $clientid = $p["clientid"];
H A Dinvite.class.php42 $clientid = $p["clientid"];
H A Dunban.class.php11 $clientid = $p["clientid"];
H A Dban.class.php11 $clientid = $p["clientid"];
H A Djoin.class.php11 $clientid = $p["clientid"];
H A Dupdate.class.php9 $clientid = $p["clientid"];
H A Dsend.class.php9 $clientid = $p["clientid"];
H A Dnick.class.php11 $clientid = $p["clientid"];
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js58 this.clientid = pfc_clientid;
591 this.sendRequest(cmd +' '+ param.substr(0, pfc_max_text_len + 2*this.clientid.length));
1078 cmd = cmd.replace(rx, '$1 '+this.clientid+' '+(recipientid==''?'0':recipientid)+' $2');

12