summaryrefslogtreecommitdiff
path: root/adminchat.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2015-08-13 00:30:54 +0200
committerjomo <github@jomo.tv>2015-08-13 00:30:54 +0200
commit45008c0443052bc80842e29567c3fed356dc5156 (patch)
tree3ddf6d8fa06cd5f961abe467aa342d92f1b0593d /adminchat.py
parent34eed808dc9d609295551ee51d441daf430b07f8 (diff)
remove trailing whitespace, replace tabs with 4x space
Diffstat (limited to 'adminchat.py')
-rw-r--r--adminchat.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/adminchat.py b/adminchat.py
index 3b07f18..b5c9d55 100644
--- a/adminchat.py
+++ b/adminchat.py
@@ -50,12 +50,12 @@ def get_key(uuid):
key = ac_keys.get(uuid)
return key if key != None else ac_defaultkey
-@simplecommand("adminchatkey",
- aliases = ["ackey"],
- senderLimit = 0,
- helpNoargs = True,
- helpSubcmd = True,
- description = "Sets a key character for adminchat",
+@simplecommand("adminchatkey",
+ aliases = ["ackey"],
+ senderLimit = 0,
+ helpNoargs = True,
+ helpSubcmd = True,
+ description = "Sets a key character for adminchat",
usage = "<key>")
def adminchatkey_command(sender, command, label, args):
key = " ".join(args)