Don't error when @name without an argument.
This commit is contained in:
parent
3ec9f167d4
commit
5bce1e0ec2
1 changed files with 1 additions and 1 deletions
|
|
@ -477,7 +477,7 @@ def cmd_name(command):
|
||||||
session = command.session
|
session = command.session
|
||||||
pobject = session.get_pobject()
|
pobject = session.get_pobject()
|
||||||
|
|
||||||
if not command.command_string:
|
if not command.command_argument:
|
||||||
session.msg("What do you want to name?")
|
session.msg("What do you want to name?")
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue