This commit is contained in:
Luke Rogers 2012-06-12 08:15:39 +12:00
parent aafdf42449
commit b43b52e3f3

View file

@ -23,7 +23,7 @@ def timezone(ip):
@hook.command
@hook.command("location")
def geoip(inp, say=None, bot=None):
".geoip <ip> - Performs a location check on <ip>."
"geoip <ip> - Performs a location check on <ip>."
api_key = bot.config.get("api_keys", {}).get("geoip", None)
if api_key is None:
return "error: no api key set"