Accidentally changed this from an error to a reply when refactoring.

This commit is contained in:
Jeremy Fincher 2005-02-24 04:25:28 +00:00
parent 48c472d493
commit e863999e16

View File

@ -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')])