From c93dc33cef37954e8ecbc02661511ab9a10c00b4 Mon Sep 17 00:00:00 2001 From: Justin Yulli Kim Date: Tue, 17 Jul 2012 20:45:04 -0400 Subject: [PATCH] Capitalise replies in !link --- earwigbot/commands/link.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earwigbot/commands/link.py b/earwigbot/commands/link.py index aafb114..d7c0152 100644 --- a/earwigbot/commands/link.py +++ b/earwigbot/commands/link.py @@ -40,7 +40,7 @@ class Link(Command): elif data.command == "link": if not data.args: - self.reply(data, "what do you want me to link to?") + self.reply(data, "What do you want me to link to?") return pagename = " ".join(data.args) link = self.site.get_page(pagename).url.encode("utf8")