Forgottten period.

This commit is contained in:
Jeremy Fincher 2004-04-14 18:50:38 +00:00
parent 589cdd0694
commit e3da04e3c4

View File

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