From b43b52e3f3a756c03d07416a3bfe3a2b523a19c8 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Tue, 12 Jun 2012 08:15:39 +1200 Subject: [PATCH] fix --- plugins/geoip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/geoip.py b/plugins/geoip.py index 39e9863..fde09d7 100755 --- a/plugins/geoip.py +++ b/plugins/geoip.py @@ -23,7 +23,7 @@ def timezone(ip): @hook.command @hook.command("location") def geoip(inp, say=None, bot=None): - ".geoip - Performs a location check on ." + "geoip - Performs a location check on ." api_key = bot.config.get("api_keys", {}).get("geoip", None) if api_key is None: return "error: no api key set"