summaryrefslogtreecommitdiff
path: root/loginsecurity.py
diff options
context:
space:
mode:
Diffstat (limited to 'loginsecurity.py')
-rw-r--r--loginsecurity.py2
1 files changed, 1 insertions, 1 deletions
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!"