From 51c6a0a473bda73a243f9b37b397ab9df6f5c2a9 Mon Sep 17 00:00:00 2001 From: Justin Yulli Kim Date: Mon, 16 Jul 2012 21:20:20 -0400 Subject: [PATCH] Capitalise replies in !geolocate --- earwigbot/commands/geolocate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earwigbot/commands/geolocate.py b/earwigbot/commands/geolocate.py index 16fee8d..90c02ed 100644 --- a/earwigbot/commands/geolocate.py +++ b/earwigbot/commands/geolocate.py @@ -41,7 +41,7 @@ class Geolocate(Command): def process(self, data): if not data.args: - self.reply(data, "please specify an IP to lookup.") + self.reply(data, "Please specify an IP to lookup.") return if not self.key: