mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-30 22:24:20 +01:00
Plugin needed a little format() love.
This commit is contained in:
parent
606e92a47f
commit
38784b9ae6
@ -86,7 +86,7 @@ class Plugin(callbacks.Plugin):
|
|||||||
irc.reply(format('The %q command is available in the %L %s.',
|
irc.reply(format('The %q command is available in the %L %s.',
|
||||||
command, L, plugin))
|
command, L, plugin))
|
||||||
else:
|
else:
|
||||||
irc.error('There is no command %q.', command)
|
irc.error(format('There is no command %q.', command))
|
||||||
plugin = wrap(plugin, [many('something')])
|
plugin = wrap(plugin, [many('something')])
|
||||||
|
|
||||||
def author(self, irc, msg, args, cb):
|
def author(self, irc, msg, args, cb):
|
||||||
|
Loading…
Reference in New Issue
Block a user