Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/src/commands/
H A Dkick.class.php45 $cmdstr = 'leave';
51 pfcCommand::AppendCmdToPlay($otherid, $cmdstr, $cmdp);
H A Dinvite.class.php81 $cmdstr = 'join2';
85 pfcCommand::AppendCmdToPlay($nicktoinvite_id, $cmdstr, $cmdp);
/plugin/freechat/phpfreechat/src/
H A Dpfccommand.class.php153 $cmdstr = 'whois2';
156 pfcCommand::AppendCmdToPlay($otherid, $cmdstr, $cmdp);
183 function AppendCmdToPlay($nickid, $cmdstr, $cmdp) argument
202 $cmdtoplay['cmdstr'] = $cmdstr;
H A Dphpfreechat.class.php225 $cmdstr = "";
235 $cmdstr = isset($res['cmdstr']) ? $res['cmdstr'] : $request;
264 $cmdstr = 'privmsg2';
268 pfcCommand::AppendCmdToPlay($nickidtopv, $cmdstr, $cmdp);