set amax = 0

This commit is contained in:
PanFritz
2015-07-08 01:52:05 +02:00
parent 4a18474557
commit 0695040988

View File

@@ -82,6 +82,7 @@ def register_command(sender, command, label, args):
@simplecommand("rmpass",
description = "Removes your password if the password matches",
senderLimit = 0,
amax = 0,
helpNoargs = True)
def rmpass_command(sender, command, label, args):
if not is_registered(uid(sender)):