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: