From c428e8908b4d7fcd1d939aa8c39ff7d90fbfef6f Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 14 Apr 2004 23:33:18 +0000 Subject: [PATCH] Improved Google.spell message. --- plugins/Google.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/Google.py b/plugins/Google.py index 839ebe8c0..39b29421a 100644 --- a/plugins/Google.py +++ b/plugins/Google.py @@ -297,7 +297,10 @@ class Google(callbacks.PrivmsgCommandAndRegexp): if result: irc.reply(result) else: - irc.reply('No spelling suggestion made.') + irc.reply('No spelling suggestion made. This could mean that ' + 'the word you gave is spelled right; it could also ' + 'mean that its spelling was too whacked out even for ' + 'Google to figure out.') def info(self, irc, msg, args): """takes no arguments