From 3e00e52632dbddb2a7acc7b51cfa3f9c854ece4b Mon Sep 17 00:00:00 2001 From: jomo Date: Fri, 2 Jan 2015 01:14:35 +0100 Subject: better color --- calc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calc.py') 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") -- cgit v1.2.3