mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-24 03:29:28 +01:00
relay: better description for 'showuser'
This commit is contained in:
parent
dfe09263b9
commit
0d207f7d08
@ -1239,7 +1239,7 @@ def linkacl(irc, source, args):
|
|||||||
def showuser(irc, source, args):
|
def showuser(irc, source, args):
|
||||||
"""<user>
|
"""<user>
|
||||||
|
|
||||||
Shows relay data about user <user>. This is intended to be used alongside the 'commands' plugin, which provides a 'showuser' command with more general information."""
|
Shows relay data about user <user>. This supplements the 'showuser' command in the 'commands' plugin, which provides more general information."""
|
||||||
try:
|
try:
|
||||||
target = args[0]
|
target = args[0]
|
||||||
except IndexError:
|
except IndexError:
|
||||||
|
Loading…
Reference in New Issue
Block a user