summaryrefslogtreecommitdiff
path: root/calc.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2015-01-07 00:55:08 +0100
committerjomo <github@jomo.tv>2015-01-07 00:55:08 +0100
commit8b2bf3bf725da552c1b0b53093291613b36d279e (patch)
tree06853cb92db3dff2c294ab3c84db0f3fb8e27414 /calc.py
parent68430fa1755da44576f39e41e6fdc53929d299d7 (diff)
delete duplicate chat message
Diffstat (limited to 'calc.py')
-rw-r--r--calc.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/calc.py b/calc.py
index 2022261..0a3cc44 100644
--- a/calc.py
+++ b/calc.py
@@ -59,7 +59,4 @@ def on_calc_command(sender, args):
toggle(sender, calc_users, name = "Calc")
save_json_file("calc", calc_users)
- status = "enabled" if uid(sender) in calc_users else "disabled"
- msg(sender, "&6We just &e%s&6 Chat Calculator for you!" % status)
-
return True \ No newline at end of file