quote:From the Scripting Documentation
Example 4
This ScriptInfo file defines a list commands displayed in the Command Browser window (when the user types "/" in a chat window).
<ScriptCommands>
<Command>
<Name>beep</Name>
<Description>Play a beep sound</Description>
</Command>
<Command>
<Name>flash</Name>
<Description>Flashes the window</Description>
<Parameters><flash count></Parameters>
</Command>
</ScriptCommands>
</ScriptInfo>
of course, you have to have a script written to implement the commands. But You use t he ScriptInfo.xml file lke that to add your commands to the /command list.