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: