mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 01:09:22 +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):
|
||||
"""<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:
|
||||
target = args[0]
|
||||
except IndexError:
|
||||
|
Loading…
Reference in New Issue
Block a user