I can't even tell what this change is, but apparently there is one.

This commit is contained in:
Jeremy Fincher 2003-08-25 17:48:03 +00:00
parent ad8159751f
commit 84959a1815

View File

@ -92,7 +92,7 @@ class Amazon(callbacks.Privmsg):
irc.reply(msg, str(s))
except amazon.AmazonError, e:
irc.reply(msg, 'No book was found with that ISBN.')
Class = Amazon