From c473b75d3729f5f4bdfdec1d001e20b59f36f58e Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Sun, 14 Apr 2019 20:21:29 -0400 Subject: [PATCH] update help string --- Geo/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Geo/plugin.py b/Geo/plugin.py index 0491d7a..349610f 100644 --- a/Geo/plugin.py +++ b/Geo/plugin.py @@ -35,7 +35,7 @@ class Geo(callbacks.Plugin): raise def geo(self, irc, msg, args, stuff): - """[ | ] [nick] + """[ | | ] Geolocation of an ip, hostname, or nick. Nick must be in channel. """ channel = msg.args[0]