Oops, forgot a format.

This commit is contained in:
Jeremy Fincher 2005-02-19 19:48:48 +00:00
parent 1c10d4cd20
commit 66036c344f
1 changed files with 2 additions and 2 deletions

View File

@ -179,8 +179,8 @@ class Misc(callbacks.Plugin):
assert cbs, 'Odd, maxL == command, but no cbs.'
irc.reply(cbs[0].getCommandHelp(command))
else:
irc.reply('There is no command %q.',
callbacks.formatCommand(command))
irc.reply(format('There is no command %q.',
callbacks.formatCommand(command)))
help = wrap(help, [many('something')])
def hostmask(self, irc, msg, args, nick):