From 56d954c022adbcd5e795517b46137790363ac521 Mon Sep 17 00:00:00 2001 From: Justin Yulli Kim Date: Mon, 16 Jul 2012 18:43:39 -0400 Subject: [PATCH] Capitalise replies in !submissions --- earwigbot/commands/afc_submissions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/earwigbot/commands/afc_submissions.py b/earwigbot/commands/afc_submissions.py index 16530d3..3c40774 100644 --- a/earwigbot/commands/afc_submissions.py +++ b/earwigbot/commands/afc_submissions.py @@ -42,10 +42,10 @@ class AFCSubmissions(Command): try: number = int(data.args[0]) except ValueError: - self.reply(data, "argument must be a number.") + self.reply(data, "Argument must be a number.") return if number > 5: - msg = "cannot get more than five submissions at a time." + msg = "Cannot get more than five submissions at a time." self.reply(data, msg) return else: