Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/src/commands/
H A Ddeop.class.php28 $nicktodeopid = $ct->getNickId($nicktodeop);
H A Dop.class.php34 $nicktoopid = $ct->getNickId($nicktoop);
H A Dkick.class.php43 $otherid = $ct->getNickId($nick);
H A Dwhois.class.php51 $nickid = $ct->getNickId($params[0]);
H A Dinvite.class.php80 $nicktoinvite_id = $ct->getNickId($nicktoinvite);
H A Dunban.class.php24 $nickid = $ct->getNickId($nick);
H A Dban.class.php44 $nickidtoban = $ct->getNickId($nick);
H A Dnick.class.php35 $newnickid = $ct->getNickId($newnick);
H A Dprivmsg.class.php43 $pvnickid = $ct->getNickId($pvname);
H A Dleave.class.php51 $pvnickid = $ct->getNickId($name);
/plugin/freechat/phpfreechat/src/proxies/
H A Dchecknickchange.class.php64 $newnickid = $ct->getNickId($newnick);
/plugin/freechat/phpfreechat/src/
H A Dpfccontainer.class.php234 $oldnickid = $this->getNickId($oldnick);
235 $newnickid = $this->getNickId($newnick);
255 function getNickId($nick) function in pfcContainer