Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/src/commands/
H A Dunban.class.php52 $ct->setChanMeta($recipient, 'banlist_nickid', serialize($banlist));
59 $ct->setChanMeta($recipient, 'banlist_nickid', serialize($banlist));
H A Dban.class.php69 $ct->setChanMeta($recipient, 'banlist_nickid', serialize($banlist));
/plugin/freechat/phpfreechat/src/
H A Dpfccontainer.class.php536 function setChanMeta($chan, $key, $value) function in pfcContainer
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js473 this.setChanMeta(chanid,meta);
562 setChanMeta: function(chanid, key, value) method in pfcClient