Searched refs:setChanMeta (Results 1 – 4 of 4) sorted by relevance
/plugin/freechat/phpfreechat/src/commands/ |
H A D | unban.class.php | 52 $ct->setChanMeta($recipient, 'banlist_nickid', serialize($banlist)); 59 $ct->setChanMeta($recipient, 'banlist_nickid', serialize($banlist));
|
H A D | ban.class.php | 69 $ct->setChanMeta($recipient, 'banlist_nickid', serialize($banlist));
|
/plugin/freechat/phpfreechat/src/ |
H A D | pfccontainer.class.php | 536 function setChanMeta($chan, $key, $value) function in pfcContainer
|
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | pfcclient.js | 473 this.setChanMeta(chanid,meta); 562 setChanMeta: function(chanid, key, value) method in pfcClient
|