Done, rev 1183. Wow, I'm good

And as a side-effect, the /help list is finally alpha-sorted.
can you also make it possible to add commands into the console?
maybe something like this:
PluginManager:BindConsoleCommand("/example", Handleexample, "this is also an example");
That's a good idea. Later on, as I'm working on other things currently. Maybe put it in the flyspray tracker, so that it's not forgotten.
I'm beginning to actually like Lua. Its lambda-functions feature makes writing callbacks sooo easy! Just look at the Core/console.lua file and its handler functions, aren't they beautiful?

I have to admit it's more elegant than the original C++ code.
Anyway, console command binding is now done, too.