Home
last modified time | relevance | path

Searched refs:getCmdMeta (Results 1 – 2 of 2) sorted by relevance

/plugin/freechat/phpfreechat/src/
H A Dpfccommand.class.php225 $cmdtoplay_ids = $ct->getCmdMeta($nickid);
230 $cmdtoplay = $ct->getCmdMeta($nickid, $cid);
H A Dpfccontainer.class.php509 function getCmdMeta($nickid, $key = NULL) function in pfcContainer