summaryrefslogtreecommitdiff
path: root/calc.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2015-01-02 01:14:35 +0100
committerjomo <github@jomo.tv>2015-01-02 01:14:35 +0100
commit3e00e52632dbddb2a7acc7b51cfa3f9c854ece4b (patch)
tree51318aef1966d6972cafab85a39cde2a3c9df673 /calc.py
parent0dcffd0ff3be3283d50e72c8ca639b4d295102be (diff)
better color
Diffstat (limited to 'calc.py')
-rw-r--r--calc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/calc.py b/calc.py
index e0f3cdf..0b1000a 100644
--- a/calc.py
+++ b/calc.py
@@ -36,7 +36,7 @@ def on_calc_chat(event):
if not event.isCancelled() and sender.getName() in evals_toggle_list and sender.hasPermission(calc_perm):
output = calc(message)
if output:
- msg(sender, "&2=== Calc: &e" + output[0] + " = &c" + output[1])
+ msg(sender, "&2=== Calc: &e" + output[0] + " &2= &c" + output[1])
@hook.command("calc", description="Toggles chat calculations")