mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-29 06:51:08 -05:00
Forgot a dot.
This commit is contained in:
parent
e863999e16
commit
74e4299636
@ -85,7 +85,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('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…
x
Reference in New Issue
Block a user