mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-29 06:51:12 -05:00
update help string
This commit is contained in:
parent
890007f3c1
commit
c473b75d37
@ -35,7 +35,7 @@ class Geo(callbacks.Plugin):
|
|||||||
raise
|
raise
|
||||||
|
|
||||||
def geo(self, irc, msg, args, stuff):
|
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.
|
Geolocation of an ip, hostname, or nick. Nick must be in channel.
|
||||||
"""
|
"""
|
||||||
channel = msg.args[0]
|
channel = msg.args[0]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user