mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Improved Google.spell message.
This commit is contained in:
parent
e21acb5325
commit
c428e8908b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user