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:
|
if irc.nested:
|
||||||
irc.reply(utils.commaAndify(names))
|
irc.reply(utils.commaAndify(names))
|
||||||
else:
|
else:
|
||||||
irc.reply('The %s command is available in %s.' %
|
irc.reply('The %r command is available in the %s %s.' %
|
||||||
(command, plugin))
|
(command, plugin,
|
||||||
|
utils.pluralize('plugin', len(names))))
|
||||||
else:
|
else:
|
||||||
irc.error('There is no such command %s.' % command)
|
irc.error('There is no such command %s.' % command)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user