Lines Matching full:command
35 * Command name (lowercase)
40 * Contains the command syntaxe (how to use the command)
51 * Used to instanciate a command
52 * $tag is the command name : "nick", "me", "update" ...
58 // instanciate the real command
109 // return the proxy, not the command (the proxy will forward the request to the real command)
123 * It is called by the phpFreeChat::HandleRequest function to execute the wanted command
177 * Add command to be played onto command stack
178 * @param $nickid is the user that entered the command
179 * @param $cmdstr is the command
180 * @param $cmdp is the command's parameters
193 // get new command id
200 // create command array
205 // store command to play
214 * @param $nickid is the user that entered the command
226 // process each command and parse content
229 // take a command from the list
233 // play the command
241 … true; // used to run some specials actions in the command (ex: if the cmdtoplay is a 'leave' com…
247 // delete command when complete
275 // parse the command name (ex: '/invite')
334 // parse the command name (ex: '/invite')