Searched refs:newnick (Results 1 – 5 of 5) sorted by relevance
/plugin/freechat/phpfreechat/src/commands/ |
H A D | nick.class.php | 32 $newnick = phpFreeChat::FilterNickname($param); 35 $newnickid = $ct->getNickId($newnick); 42 if ($oldnick != $newnick && 46 $ct->changeNick($newnick, $oldnick); 47 $u->nick = $newnick; 53 $cmdp["param"] = _pfc("%s changes his nickname to %s",$oldnick,$newnick); 68 $xml_reponse->script("pfc.handleResponse('nick', 'changed', '".addslashes($newnick)."');"); 77 $ct->createNick($u->nickid, $newnick); 78 $u->nick = $newnick; 83 $xml_reponse->script("pfc.handleResponse('nick', 'connected', '".addslashes($newnick)."');");
|
/plugin/freechat/phpfreechat/src/proxies/ |
H A D | checknickchange.class.php | 45 $newnick = phpFreeChat::FilterNickname($param); 55 $newnick != $oldnick && 64 $newnickid = $ct->getNickId($newnick); 67 if ($newnick == $oldnick && 70 …eponse->script("pfc.handleResponse('".$this->name."', 'notchanged', '".addslashes($newnick)."');"); 76 $nick_in_use = $this->_checkNickIsUsed($newnick, $oldnickid); 80 … $xml_reponse->script("pfc.handleResponse('nick', 'notallowed', '".addslashes($newnick)."');"); 82 $xml_reponse->script("pfc.handleResponse('nick', 'isused', '".addslashes($newnick)."');"); 106 function _checkNickIsUsed($newnick, $oldnickid) argument 115 if (preg_match("/^".preg_quote($ct->getNickname($nid))."$/i",$newnick))
|
/plugin/freechat/phpfreechat/src/ |
H A D | pfccontainer.class.php | 230 function changeNick($newnick, $oldnick) argument 235 $newnickid = $this->getNickId($newnick); 243 $this->setMeta("nickid-to-metadata", $oldnickid, 'nick', $newnick); 244 $this->setMeta("metadata-to-nickid", 'nick', $this->encode($newnick), $oldnickid);
|
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | pfcclient.js | 162 askNickResponse: function(newnick) argument 164 if (newnick) 167 this.sendRequest('/nick "'+newnick+'"'); 169 this.sendRequest('/connect "'+newnick+'"');
|
/plugin/codemirror/dist/modes/ |
H A D | mirc.min.js.map | 1 … \"$modefirst $modelast $modespl $mouse $msfile $network $newnick $nick $nofile \" …
|