summaryrefslogtreecommitdiff
path: root/loginsecurity.py
diff options
context:
space:
mode:
authorPanFritz <redstonenoobpan@gmail.com>2015-07-08 01:55:45 +0200
committerPanFritz <redstonenoobpan@gmail.com>2015-07-08 01:55:45 +0200
commite0daff2c8681f1945f7907395537c6cef1484c56 (patch)
tree92664f6aaf00b7347b0f305b84779e9bbeb87add /loginsecurity.py
parent06950409887fb529180d42660909bab49ffce756 (diff)
helpNoargs = False
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!"