mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-06 09:34:05 +01:00
Accidentally changed this from an error to a reply when refactoring.
This commit is contained in:
parent
48c472d493
commit
e863999e16
@ -179,7 +179,7 @@ class Misc(callbacks.Plugin):
|
|||||||
assert cbs, 'Odd, maxL == command, but no cbs.'
|
assert cbs, 'Odd, maxL == command, but no cbs.'
|
||||||
irc.reply(cbs[0].getCommandHelp(command))
|
irc.reply(cbs[0].getCommandHelp(command))
|
||||||
else:
|
else:
|
||||||
irc.reply(format('There is no command %q.',
|
irc.error(format('There is no command %q.',
|
||||||
callbacks.formatCommand(command)))
|
callbacks.formatCommand(command)))
|
||||||
help = wrap(help, [many('something')])
|
help = wrap(help, [many('something')])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user