mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-10 21:09:22 +01:00
better output.
This commit is contained in:
parent
324ab71db4
commit
c7278b5902
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user