From 74e4299636fc0de07034fc0c8a80e894ad04922c Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 24 Feb 2005 09:13:33 +0000 Subject: [PATCH] Forgot a dot. --- plugins/Plugin/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Plugin/plugin.py b/plugins/Plugin/plugin.py index f978b0595..5bc315ae7 100644 --- a/plugins/Plugin/plugin.py +++ b/plugins/Plugin/plugin.py @@ -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):