From 8682c4b6310b3cffe168697bce5745e20150875a Mon Sep 17 00:00:00 2001 From: Justin Yulli Kim Date: Mon, 16 Jul 2012 21:18:33 -0400 Subject: [PATCH] Capitalise replies in !editcount --- earwigbot/commands/editcount.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earwigbot/commands/editcount.py b/earwigbot/commands/editcount.py index 2c6e5b1..2adea14 100644 --- a/earwigbot/commands/editcount.py +++ b/earwigbot/commands/editcount.py @@ -42,7 +42,7 @@ class Editcount(Command): try: count = user.editcount except exceptions.UserNotFoundError: - msg = "the user \x0302{0}\x0F does not exist." + msg = "The user \x0302{0}\x0F does not exist." self.reply(data, msg.format(name)) return