Whoops, forgot to protect against no arguments. Silly me.

This commit is contained in:
Greg Taylor 2009-01-15 03:25:27 +00:00
parent 800e84a15e
commit 59e5f60e34

View file

@ -192,7 +192,7 @@ def cmd_cemit(command):
session = command.session
pobject = session.get_pobject()
if command.command_argument == 0:
if not command.command_argument:
session.msg("Channel emit what?")
return