From a9051f353598ec7f25b9b8164f1c998859fca03c Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Mon, 1 Apr 2013 19:30:56 -0400 Subject: [PATCH] Bold! --- earwigbot/commands/access.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earwigbot/commands/access.py b/earwigbot/commands/access.py index f738b21..de562fe 100644 --- a/earwigbot/commands/access.py +++ b/earwigbot/commands/access.py @@ -73,7 +73,7 @@ class Access(Command): else: owners = len(permdb.data.get(permdb.OWNER, [])) admins = len(permdb.data.get(permdb.ADMIN, [])) - msg = "There are {0} bot owners and {1} bot admins. Use '!{2} list owners' or '!{2} list admins' for details." + msg = "There are \x02{0}\x0F bot owners and \x02{1}\x0F bot admins. Use '!{2} list owners' or '!{2} list admins' for details." self.reply(data, msg.format(owners, admins, data.command)) def do_add(self, data, permdb):