Home
last modified time | relevance | path

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

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