Update README.md

This commit is contained in:
Gordon Shumway 2019-04-14 20:19:57 -04:00 committed by GitHub
parent 6974190823
commit 890007f3c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,11 @@ Forked from https://github.com/SpiderDave/spidey-supybot-plugins/tree/master/Plu
Provides geographical information from an ip address, hostmask, nick (must be in channel), or url using GeoLite2.
requires GeoIP2-python:
Requires GeoIP2-python:
```
pip install geoip2
```
Usage:
```
geo <nick/host/ip> (geolocate <nick> (must be in channel) <host>, or <ip> address
```