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:
parent
0e42eb74ed
commit
36b15b4ad8
2 changed files with 37 additions and 12 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue