Improved Google.spell message.

This commit is contained in:
Jeremy Fincher 2004-04-14 23:33:18 +00:00
parent e21acb5325
commit c428e8908b

View File

@ -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