From ead64c55817b979f4a6013b6ac8ee9f550cbfcf4 Mon Sep 17 00:00:00 2001 From: Justin Yulli Kim Date: Tue, 17 Jul 2012 22:00:39 -0400 Subject: [PATCH] Capitalise replies in !praise --- earwigbot/commands/praise.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earwigbot/commands/praise.py b/earwigbot/commands/praise.py index d6c8240..8c6c706 100644 --- a/earwigbot/commands/praise.py +++ b/earwigbot/commands/praise.py @@ -44,5 +44,5 @@ class Praise(Command): if not data.args: msg = "You use this command to praise certain people. Who they are is a secret." else: - msg = "you're doing it wrong." + msg = "You're doing it wrong." self.reply(data, msg)