Skip to content

Commit d03555a

Browse files
committed
Add helptext to geoip
1 parent 20c437e commit d03555a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plugins/geoip.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def load_geoip(loop):
7474
@asyncio.coroutine
7575
@hook.command
7676
def geoip(text, reply, loop):
77+
""" geoip <host|ip> -- Looks up the physical location of <host|ip> using Maxmind GeoLite """
7778
global geoip_reader
7879

7980
if not geoip_reader:

0 commit comments

Comments
 (0)