Removed @ps command, it is superceded by @serverload and was just a placeholder anyway.

This commit is contained in:
Griatch 2012-03-25 18:47:31 +02:00
parent 07a17ac15e
commit bdb5ab0123
2 changed files with 36 additions and 36 deletions

View file

@ -45,7 +45,7 @@ class DefaultCmdSet(CmdSet):
self.add(system.CmdVersion())
self.add(system.CmdTime())
self.add(system.CmdServerLoad())
self.add(system.CmdPs())
#self.add(system.CmdPs())
# Admin commands
self.add(admin.CmdBoot())