mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-22 02:32:42 +01:00
Slightly less broken Engrish.
This commit is contained in:
parent
c38c24575f
commit
15b7063eac
@ -346,7 +346,7 @@ class Misc(callbacks.Privmsg):
|
|||||||
if hasattr(module, '__revision__'):
|
if hasattr(module, '__revision__'):
|
||||||
irc.reply(module.__revision__)
|
irc.reply(module.__revision__)
|
||||||
else:
|
else:
|
||||||
irc.error('Module %s has no __revision__ string.' % name)
|
irc.error('The %s module has no __revision__ string.' % name)
|
||||||
else:
|
else:
|
||||||
names = []
|
names = []
|
||||||
if not args:
|
if not args:
|
||||||
|
Loading…
Reference in New Issue
Block a user