From 088d5925d89100bc4aa07d6b1b0b7a4688cbdddc Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Fri, 16 Aug 2013 01:39:58 -0400 Subject: [PATCH] Color fix. --- commands/afc_status.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/afc_status.py b/commands/afc_status.py index 4f00017..65285fa 100644 --- a/commands/afc_status.py +++ b/commands/afc_status.py @@ -84,12 +84,12 @@ class AFCStatus(Command): elif action.startswith("g13_e") or action.startswith("g13e"): g13_eli = self.count_g13_eligible() - msg = "There are \x03{0}\x0F CSD:G13 eligible pages." + msg = "There are \x0305{0}\x0F CSD:G13-eligible pages." self.reply(data, msg.format(g13_eli)) elif action.startswith("g13_a") or action.startswith("g13a"): g13_noms = self.count_g13_active() - msg = "There are \x03{0}\x0F active CSD:G13 nominations." + msg = "There are \x0305{0}\x0F active CSD:G13 nominations." self.reply(data, msg.format(g13_noms)) elif action.startswith("nocolor") or action == "n":