update help string
This commit is contained in:
parent
890007f3c1
commit
c473b75d37
|
@ -35,7 +35,7 @@ class Geo(callbacks.Plugin):
|
|||
raise
|
||||
|
||||
def geo(self, irc, msg, args, stuff):
|
||||
"""[<ip> | <hostname>] [nick]
|
||||
"""[<ip> | <host> | <nick>]
|
||||
Geolocation of an ip, hostname, or nick. Nick must be in channel.
|
||||
"""
|
||||
channel = msg.args[0]
|
||||
|
|
Loading…
Reference in New Issue