summaryrefslogtreecommitdiff
path: root/loginsecurity.py
diff options
context:
space:
mode:
authorPanFritz <redstonenoobpan@gmail.com>2015-07-08 01:41:28 +0200
committerPanFritz <redstonenoobpan@gmail.com>2015-07-08 01:41:28 +0200
commit28e9a0dfad9a3f40a6c21ba93eb2963b555ad290 (patch)
tree62f371ebbfd67cc31ca63a828d028796e24ba9cc /loginsecurity.py
parent5f8ba18e538b7d2107b2a4dabbbcef9460af5b43 (diff)
Fixed syntax
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 0a4b6f7..ceac111 100644
--- a/loginsecurity.py
+++ b/loginsecurity.py
@@ -57,7 +57,7 @@ def change_pass_command(sender, command, label, args):
helpNoargs = True)
def login_command(sender, command, label, args):
password = args[0]
- matches(password, sender):
+ matches(password, sender)
#del logging_in[sender.getName()]
#return "&aLogged in successfully!"
#return "&cInvalid password"