From 7859f16aa6e0ac34986a55dff81519fa1113822a Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 20 Feb 2004 22:41:51 +0000 Subject: [PATCH] Fixed a bugz0r. --- plugins/Babelfish.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Babelfish.py b/plugins/Babelfish.py index 9b5f9b953..ecea690ae 100644 --- a/plugins/Babelfish.py +++ b/plugins/Babelfish.py @@ -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): """