summaryrefslogtreecommitdiff
path: root/chatgroups.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-07-16 00:49:55 +0200
committerjomo <github@jomo.tv>2014-07-16 00:49:55 +0200
commit9a0779d16840b90f7166fbdd8c29c26d06d79c6e (patch)
tree2d622ecd86f7c090b8dcc1c09fc877adc1f3c354 /chatgroups.py
parenta61691bb1d998919d63feddf71a348215b8639cc (diff)
more code cleanup
Diffstat (limited to 'chatgroups.py')
-rw-r--r--chatgroups.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/chatgroups.py b/chatgroups.py
index d5c59df..76eb8b2 100644
--- a/chatgroups.py
+++ b/chatgroups.py
@@ -1,4 +1,4 @@
-#pylint: disable=F0401
+#pylint: disable = F0401
from helpers import *
from java.util.UUID import fromString as juuid
import json
@@ -67,7 +67,7 @@ def on_cgt_command(sender, args):
return True
-def groupchat(sender, message, ann=False):
+def groupchat(sender, message, ann = False):
#try:
group = groups.get(str(sender.getUniqueId()))
if group == None: