[10242] Rewrite internal work chat command system.

* Use single command search function with recursion and reuse it in now more simple
  and consistent for execute/help/loading
* Add intergiry checks for hardcoded part of commands list. Fix some cases base at it.
* Fixed diff small problems in past code:
  - in console single symbol commands rejected (without dot start)
  - .help not output propertly subcommands list for not found subcommand
  - some other...
This commit is contained in:
VladimirMangos 2010-07-21 13:12:55 +04:00
parent 30a0701ca9
commit a121f7a3e5
5 changed files with 379 additions and 229 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10241"
#define REVISION_NR "10242"
#endif // __REVISION_NR_H__