mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01: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.',
|
||||
command, L, plugin))
|
||||
else:
|
||||
irc.error('There is no command %q', command)
|
||||
irc.error('There is no command %q.', command)
|
||||
plugin = wrap(plugin, [many('something')])
|
||||
|
||||
def author(self, irc, msg, args, cb):
|
||||
|
Loading…
Reference in New Issue
Block a user