Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/src/
H A Dpfcinfo.class.php57 function getOnlineNick($channel = NULL, $timeout = 20) function in pfcInfo
65 $res = $ct->getOnlineNick($channel);
H A Dpfccommand.class.php146 $ret = $ct->getOnlineNick($ct->decode($chan));
H A Dpfccontainer.class.php181 $ret = $this->getOnlineNick($chan);
328 function getOnlineNick($chan) function in pfcContainer
/plugin/freechat/phpfreechat/src/commands/
H A Dwho.class.php60 $users = $ct->getOnlineNick($chanmeta['chan']);
H A Dsend.class.php35 $onlineusers = $ct->getOnlineNick(NULL);
H A Dconnect.class.php36 $users = $ct->getOnlineNick(NULL);
/plugin/freechat/phpfreechat/src/proxies/
H A Dchecktimeout.class.php58 $online_users = $ct->getOnlineNick($chan);
H A Dchecknickchange.class.php111 $online_users = $ct->getOnlineNick(NULL);