diff --git a/loginsecurity.py b/loginsecurity.py index a575645..4c59b55 100644 --- a/loginsecurity.py +++ b/loginsecurity.py @@ -83,7 +83,7 @@ def register_command(sender, command, label, args): description = "Removes your password if the password matches", senderLimit = 0, amax = 0, - helpNoargs = True) + helpNoargs = False) def rmpass_command(sender, command, label, args): if not is_registered(uid(sender)): return "&cYou are not registered!"