Don't error when @name without an argument.

This commit is contained in:
Greg Taylor 2009-01-15 05:23:29 +00:00
parent 3ec9f167d4
commit 5bce1e0ec2

View file

@ -477,7 +477,7 @@ def cmd_name(command):
session = command.session
pobject = session.get_pobject()
if not command.command_string:
if not command.command_argument:
session.msg("What do you want to name?")
return