Slightly less broken Engrish.

This commit is contained in:
Jeremy Fincher 2004-09-30 07:59:02 +00:00
parent c38c24575f
commit 15b7063eac
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ class Misc(callbacks.Privmsg):
if hasattr(module, '__revision__'):
irc.reply(module.__revision__)
else:
irc.error('Module %s has no __revision__ string.' % name)
irc.error('The %s module has no __revision__ string.' % name)
else:
names = []
if not args: