From 45008c0443052bc80842e29567c3fed356dc5156 Mon Sep 17 00:00:00 2001 From: jomo Date: Thu, 13 Aug 2015 00:30:54 +0200 Subject: remove trailing whitespace, replace tabs with 4x space --- loginsecurity.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'loginsecurity.py') diff --git a/loginsecurity.py b/loginsecurity.py index 1ecf3b3..39956f3 100644 --- a/loginsecurity.py +++ b/loginsecurity.py @@ -34,10 +34,10 @@ def matches_thread(password, user): @simplecommand("cgpass", - usage = " ", - description = "Changes your password", - senderLimit = 0, - helpNoargs = True) + usage = " ", + description = "Changes your password", + senderLimit = 0, + helpNoargs = True) def change_pass_command(sender, command, label, args): if sender.getName() in logging_in: return "&cYou are not logged in" @@ -52,9 +52,9 @@ def change_pass_command(sender, command, label, args): return "&cYou are not registered" @simplecommand("login", - usage = "", + usage = "", description = "Logs you in if matches your password.", - senderLimit = 0, + senderLimit = 0, helpNoargs = True) def login_command(sender, command, label, args): password = args[0] @@ -195,7 +195,7 @@ def kick_thread(): if name in logging_in: del logging_in[name] break - + thread = threading.Thread(target = kick_thread) -- cgit v1.2.3