fix help message

This commit is contained in:
neersighted 2012-03-29 17:08:59 -07:00
parent 7b1cc2ff0e
commit d717292c13

View file

@ -65,7 +65,7 @@ def onjoin(paraml, conn=None, bot=None):
# system info command
@hook.command(autohelp=False)
def system(inp):
".system -- retrieves information about the host system"
".system -- Retrieves information about the host system."
python_version = platform.python_version()
os = platform.platform(aliased=True)
cpu = platform.machine()