mirror of
https://github.com/progval/Limnoria.git
synced 2025-05-03 00:41:11 -05:00
Forgottten period.
This commit is contained in:
parent
589cdd0694
commit
e3da04e3c4
@ -256,7 +256,7 @@ class Misc(callbacks.Privmsg):
|
|||||||
if not startsWithPluginsDir(module.__file__):
|
if not startsWithPluginsDir(module.__file__):
|
||||||
raise KeyError
|
raise KeyError
|
||||||
except 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
|
return
|
||||||
if hasattr(module, '__revision__'):
|
if hasattr(module, '__revision__'):
|
||||||
irc.reply(module.__revision__)
|
irc.reply(module.__revision__)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user