Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/src/commands/
H A Dbanlist.class.php20 $banlist = $ct->getChanMeta($p["recipient"], 'banlist_nickid');
H A Dunban.class.php42 $banlist = $ct->getChanMeta($recipient, 'banlist_nickid');
H A Dban.class.php63 $banlist = $ct->getChanMeta($recipient, 'banlist_nickid');
/plugin/freechat/phpfreechat/src/proxies/
H A Dauth.class.php83 $banlist = $container->getChanMeta($chan, 'banlist_nickid');
/plugin/freechat/phpfreechat/src/
H A Dpfccontainer.class.php526 $result[$k] = $this->getChanMeta($chan, $k);
530 function getChanMeta($chan, $key = NULL) function in pfcContainer
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js554 getChanMeta: function(chanid, key) method in pfcClient
652 var n_list = this.getChanMeta(tabid, 'users')['nick'];
1262 var nickidlst = this.getChanMeta(chanid,'users').get('nickid');