Forgot a dot.

This commit is contained in:
Jeremy Fincher 2005-02-24 09:13:33 +00:00
parent e863999e16
commit 74e4299636
1 changed files with 1 additions and 1 deletions

View File

@ -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):