better output.

This commit is contained in:
Jeremy Fincher 2004-09-16 18:49:29 +00:00
parent 324ab71db4
commit c7278b5902
1 changed files with 3 additions and 2 deletions

View File

@ -407,8 +407,9 @@ class Misc(callbacks.Privmsg):
if irc.nested:
irc.reply(utils.commaAndify(names))
else:
irc.reply('The %s command is available in %s.' %
(command, plugin))
irc.reply('The %r command is available in the %s %s.' %
(command, plugin,
utils.pluralize('plugin', len(names))))
else:
irc.error('There is no such command %s.' % command)