OK, I found this part in App_Server.cpp...
//<-dceag-c89-b->
/** @brief COMMAND: #89 - Vol Up */
/** Increase the volume 1% */
/** @param #72 Repeat Command */
/** If specified, repeat the volume up this many times */
void App_Server::CMD_Vol_Up(int iRepeat_Command,string &sCMD_Result,Message *pMessage)
//<-dceag-c89-e->
Could I just repeat the "//<-dceag-c89-e->" part a few times to achieve the desired effect? So it would look like...
//<-dceag-c89-b->
/** @brief COMMAND: #89 - Vol Up */
/** Increase the volume 1% */
/** @param #72 Repeat Command */
/** If specified, repeat the volume up this many times */
void App_Server::CMD_Vol_Up(int iRepeat_Command,string &sCMD_Result,Message *pMessage)
//<-dceag-c89-e->
//<-dceag-c89-e->
//<-dceag-c89-e->
//<-dceag-c89-e->
I take it any changes made would be global, and not specific to the web orbiter?