Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/src/commands/
H A Dquit.class.php23 if ($ct->removeNick($chandetail["recipient"], $u->nickid))
34 if ($ct->removeNick($pvdetail["recipient"], $u->nickid))
44 $ct->removeNick(NULL, $u->nickid);
H A Dleave.class.php107 $ct->removeNick($leave_recip, $u->nickid);
/plugin/freechat/phpfreechat/src/
H A Dpfccontainer.class.php148 function removeNick($chan, $nickid) function in pfcContainer
304 $this->removeNick($userchan, $nickid);
310 $du = $this->removeNick('SERVER', $nickid);