3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

opercmds: fix typo in help.

This commit is contained in:
James Lu 2016-07-06 22:36:24 -07:00
parent ec0f2714e2
commit 37e1c7d538

View File

@ -170,7 +170,7 @@ def kill(irc, source, args):
# somewhat user friendly in the error message
irc.reply("Error: No such PyLink client '%s'. The first argument to "
"KILL should be the name of a PyLink client (e.g. '%s'; see "
"'help kick' for details." % (sourcenick,
"'help kill' for details." % (sourcenick,
irc.pseudoclient.nick))
return
elif targetu not in irc.users: