We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c437e commit d03555aCopy full SHA for d03555a
1 file changed
plugins/geoip.py
@@ -74,6 +74,7 @@ def load_geoip(loop):
74
@asyncio.coroutine
75
@hook.command
76
def geoip(text, reply, loop):
77
+ """ geoip <host|ip> -- Looks up the physical location of <host|ip> using Maxmind GeoLite """
78
global geoip_reader
79
80
if not geoip_reader:
0 commit comments