diff --git a/plugins/Google/plugin.py b/plugins/Google/plugin.py index 9f42baff0..cd2763c9e 100644 --- a/plugins/Google/plugin.py +++ b/plugins/Google/plugin.py @@ -244,7 +244,7 @@ class Google(callbacks.PluginRegexp): data = self.search(searchString, msg.args[0], {'smallsearch': True}) if data['responseData']['results']: url = data['responseData']['results'][0]['unescapedUrl'] - irc.reply(url.encode('utf-8'), prefixNick=False) + irc.reply(url, prefixNick=False) googleSnarfer = urlSnarfer(googleSnarfer) def _googleUrl(self, s):