From c3138fd14cf00f4467f2df94994cceb85f65dee8 Mon Sep 17 00:00:00 2001 From: Justin Yulli Kim Date: Mon, 16 Jul 2012 18:45:25 -0400 Subject: [PATCH] Capitalise replies in !report --- earwigbot/commands/afc_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earwigbot/commands/afc_report.py b/earwigbot/commands/afc_report.py index 9540b82..14ec082 100644 --- a/earwigbot/commands/afc_report.py +++ b/earwigbot/commands/afc_report.py @@ -66,7 +66,7 @@ class AFCReport(Command): if page: return self.report(page) - self.reply(data, "submission \x0302{0}\x0F not found.".format(title)) + self.reply(data, "Submission \x0302{0}\x0F not found.".format(title)) def get_page(self, title): page = self.site.get_page(title, follow_redirects=False)