mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 15:44:06 +01:00
Fixed a bugz0r.
This commit is contained in:
parent
168b438edf
commit
7859f16aa6
@ -84,7 +84,7 @@ 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')
|
||||
|
Loading…
Reference in New Issue
Block a user