From aba1f4cf245caf64507676ad839a1f8c490c66ae Mon Sep 17 00:00:00 2001 From: James Lu Date: Wed, 6 Jul 2016 22:36:24 -0700 Subject: [PATCH] opercmds: fix typo in help. (cherry picked from commit 37e1c7d5382af52cc84fd1781a8d6e42ae3a097a) --- plugins/opercmds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/opercmds.py b/plugins/opercmds.py index 2aebca6..d852fde 100644 --- a/plugins/opercmds.py +++ b/plugins/opercmds.py @@ -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: