Lines Matching refs:cmdp
23 $cmdp = $p;
24 $cmdp['params'] = array($u->nick);
25 $cmdp['getoldmsg'] = false;
26 $cmdp['joinoldchan'] = false;
27 $cmd->run($xml_reponse, $cmdp);
33 $cmdp = $p;
37 $cmdp["recipient"] = NULL;
38 $cmdp["recipientid"] = NULL;
39 $cmd->run($xml_reponse, $cmdp);
45 $cmdp["recipient"] = $chan["recipient"];
46 $cmdp["recipientid"] = $id;
47 …$cmdp["param"] = ''; // don't forward the parameter because it will be interpreted as a channel na…
48 $cmd->run($xml_reponse, $cmdp);
52 $cmdp["recipient"] = $pv["recipient"];
53 $cmdp["recipientid"] = $id;
54 …$cmdp["param"] = ''; // don't forward the parameter because it will be interpreted as a channel na…
55 $cmd->run($xml_reponse, $cmdp);
62 $cmdp["recipient"] = $chan["recipient"];
63 $cmdp["recipientid"] = $id;
64 $cmd->run($xml_reponse, $cmdp);
68 $cmdp["recipient"] = $pv["recipient"];
69 $cmdp["recipientid"] = $id;
70 $cmd->run($xml_reponse, $cmdp);