Made some tweaks to some default commands, such as @version, which was renamed @about and displays some more info about the system.

This commit is contained in:
Griatch 2012-05-01 17:31:16 +02:00
parent 0e42eb74ed
commit 36b15b4ad8
2 changed files with 37 additions and 12 deletions

View file

@ -39,7 +39,7 @@ class DefaultCmdSet(CmdSet):
self.add(system.CmdScripts())
self.add(system.CmdObjects())
self.add(system.CmdService())
self.add(system.CmdVersion())
self.add(system.CmdAbout())
self.add(system.CmdTime())
self.add(system.CmdServerLoad())
#self.add(system.CmdPs())