Fixed syntax

This commit is contained in:
PanFritz
2015-07-08 01:41:28 +02:00
parent 5f8ba18e53
commit 28e9a0dfad

View File

@@ -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"