From e0daff2c8681f1945f7907395537c6cef1484c56 Mon Sep 17 00:00:00 2001 From: PanFritz Date: Wed, 8 Jul 2015 01:55:45 +0200 Subject: [PATCH] helpNoargs = False --- loginsecurity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!"