mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Oops, forgot a format.
This commit is contained in:
parent
1c10d4cd20
commit
66036c344f
@ -179,8 +179,8 @@ 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('There is no command %q.',
|
irc.reply(format('There is no command %q.',
|
||||||
callbacks.formatCommand(command))
|
callbacks.formatCommand(command)))
|
||||||
help = wrap(help, [many('something')])
|
help = wrap(help, [many('something')])
|
||||||
|
|
||||||
def hostmask(self, irc, msg, args, nick):
|
def hostmask(self, irc, msg, args, nick):
|
||||||
|
Loading…
Reference in New Issue
Block a user