summaryrefslogtreecommitdiff
path: root/loginsecurity.py
diff options
context:
space:
mode:
authorPanFritz <redstonenoobpan@gmail.com>2015-08-18 00:24:26 +0200
committerPanFritz <redstonenoobpan@gmail.com>2015-08-18 00:24:26 +0200
commit0ea6183c0342b61e617bc5442d6e82c5db8f2060 (patch)
tree23f99259f4c0b00abce8db7aeddc06cf4bb44380 /loginsecurity.py
parent6574179872d693b38227327754ab130b536c98d8 (diff)
parent2310c9143ad81515de28c88adde0d175266bbb72 (diff)
Merge branch 'dev' of github.com:RedstonerServer/redstoner-utils into dev
Conflicts: loginsecurity.py player.py
Diffstat (limited to 'loginsecurity.py')
-rw-r--r--loginsecurity.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/loginsecurity.py b/loginsecurity.py
index 88f5fec..bf56a40 100644
--- a/loginsecurity.py
+++ b/loginsecurity.py
@@ -37,10 +37,10 @@ def matches_thread(password, user):
@simplecommand("cgpass",
- usage = "<password> <new password>",
- description = "Changes your password",
- senderLimit = 0,
- helpNoargs = True)
+ usage = "<password> <new password>",
+ description = "Changes your password",
+ senderLimit = 0,
+ helpNoargs = True)
def change_pass_command(sender, command, label, args):
py_player = get_py_player(sender)
@@ -63,9 +63,9 @@ def change_pass_command(sender, command, label, args):
@simplecommand("login",
- usage = "<password>",
+ usage = "<password>",
description = "Logs you in if <password> matches your password.",
- senderLimit = 0,
+ senderLimit = 0,
helpNoargs = True)
def login_command(sender, command, label, args):
py_player = get_py_player(sender)