From e3da04e3c4f4161b00c74e97a0352dd5bee21085 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 14 Apr 2004 18:50:38 +0000 Subject: [PATCH] Forgottten period. --- src/Misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Misc.py b/src/Misc.py index de8b17716..48b2d15aa 100755 --- a/src/Misc.py +++ b/src/Misc.py @@ -256,7 +256,7 @@ class Misc(callbacks.Privmsg): if not startsWithPluginsDir(module.__file__): raise KeyError except KeyError: - irc.error('I couldn\'t find a Supybot module named %s' % name) + irc.error('I couldn\'t find a Supybot module named %s.' % name) return if hasattr(module, '__revision__'): irc.reply(module.__revision__)