helpNoargs = False

This commit is contained in:
PanFritz
2015-07-08 01:55:45 +02:00
parent 0695040988
commit e0daff2c86

View File

@@ -83,7 +83,7 @@ def register_command(sender, command, label, args):
description = "Removes your password if the password matches", description = "Removes your password if the password matches",
senderLimit = 0, senderLimit = 0,
amax = 0, amax = 0,
helpNoargs = True) helpNoargs = False)
def rmpass_command(sender, command, label, args): def rmpass_command(sender, command, label, args):
if not is_registered(uid(sender)): if not is_registered(uid(sender)):
return "&cYou are not registered!" return "&cYou are not registered!"