From 15b7063eac2d8426016a4c14518ee517aaf275c1 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 30 Sep 2004 07:59:02 +0000 Subject: [PATCH] Slightly less broken Engrish. --- src/Misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Misc.py b/src/Misc.py index 4e5c5f5b0..f7dba562e 100755 --- a/src/Misc.py +++ b/src/Misc.py @@ -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: