Home
last modified time | relevance | path

Searched refs:getAllUserMeta (Results 1 – 4 of 4) sorted by relevance

/plugin/freechat/phpfreechat/src/commands/
H A Dwho.class.php59 $chanmeta['meta'] = $ct->getAllUserMeta($chanmeta['chan']);
H A Dwhois.class.php55 $usermeta = $ct->getAllUserMeta($nickid);
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js446 var um = this.getAllUserMeta(nickid);
479 var um = this.getAllUserMeta(nickid);
518 getAllUserMeta: function(nickid) method in pfcClient
1313 var usermeta = this.getAllUserMeta(nickid);
/plugin/freechat/phpfreechat/src/
H A Dpfccontainer.class.php486 function getAllUserMeta($nickid) function in pfcContainer