Fixed a bugz0r.

This commit is contained in:
Jeremy Fincher 2004-02-20 22:41:51 +00:00
parent 168b438edf
commit 7859f16aa6
1 changed files with 2 additions and 2 deletions

View File

@ -84,10 +84,10 @@ class Babelfish(callbacks.Privmsg):
'include %s' %
(e, utils.commaAndify(babelfish.available_languages)))
except babelfish.BabelizerIOError, e:
irc.error(e)
irc.error(str(e))
except babelfish.BabelfishChangedError, e:
irc.error('Babelfish has foiled our plans by changing its '
'webpage format')
'webpage format')
def babelize(self, irc, msg, args):
"""<from-language> <to-language> <text>