3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-24 03:29:28 +01:00

opercmds: fix typo in help.

(cherry picked from commit 37e1c7d538)
This commit is contained in:
James Lu 2016-07-06 22:36:24 -07:00
parent fde7860fc7
commit aba1f4cf24

View File

@ -175,7 +175,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: