summaryrefslogtreecommitdiff
path: root/chatgroups.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 /chatgroups.py
parent34eed808dc9d609295551ee51d441daf430b07f8 (diff)
remove trailing whitespace, replace tabs with 4x space
Diffstat (limited to 'chatgroups.py')
-rw-r--r--chatgroups.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/chatgroups.py b/chatgroups.py
index 9e85150..326b8d3 100644
--- a/chatgroups.py
+++ b/chatgroups.py
@@ -97,12 +97,12 @@ def on_chat(event):
groupchat(sender, msge)
event.setCancelled(True)
-@simplecommand("chatgroupkey",
- aliases = ["cgkey"],
- senderLimit = 0,
- helpNoargs = True,
- helpSubcmd = True,
- description = "Sets a key character for chatting to your chatgroup",
+@simplecommand("chatgroupkey",
+ aliases = ["cgkey"],
+ senderLimit = 0,
+ helpNoargs = True,
+ helpSubcmd = True,
+ description = "Sets a key character for chatting to your chatgroup",
usage = "<key>")
def chatgroupkey_command(sender, command, label, args):
key = " ".join(args)