Home
last modified time | relevance | path

Searched refs:_checkNickIsUsed (Results 1 – 1 of 1) sorted by relevance

/plugin/freechat/phpfreechat/src/proxies/
H A Dchecknickchange.class.php76 $nick_in_use = $this->_checkNickIsUsed($newnick, $oldnickid);
106 function _checkNickIsUsed($newnick, $oldnickid) function in pfcProxyCommand_checknickchange