Lines Matching refs:cmdp
154 $cmdp = array();
155 $cmdp['params'] = array($nickid);
156 pfcCommand::AppendCmdToPlay($otherid, $cmdstr, $cmdp);
183 function AppendCmdToPlay($nickid, $cmdstr, $cmdp) argument
203 $cmdtoplay['params'] = $cmdp;
235 $cmdp = $cmdtoplay['params'];
236 if (!isset($cmdp['param'])) $cmdp['param'] = '';
237 if (!isset($cmdp['sender'])) $cmdp['sender'] = $context['sender'];
238 if (!isset($cmdp['recipient'])) $cmdp['recipient'] = $context['recipient'];
239 if (!isset($cmdp['recipientid'])) $cmdp['recipientid'] = $context['recipientid'];
240 $cmdp['clientid'] = $context['clientid']; // the clientid must be the current user one
241 …$cmdp['cmdtoplay'] = true; // used to run some specials actions in the command (ex: if the cmdtop…
243 $cmd->run($xml_reponse, $cmdp);
245 @$cmd->run($xml_reponse, $cmdp);