mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +01:00
Merge branch 'master' into testing
This commit is contained in:
commit
4e7cec2b8e
@ -351,7 +351,7 @@ class Google(callbacks.PluginRegexp):
|
||||
js = simplejson.loads(js)
|
||||
|
||||
if js['error'] == '':
|
||||
irc.reply("%s = %s" % (js['lhs'], js['rhs'],))
|
||||
irc.reply("%s = %s" % (js['lhs'].encode('utf8'), js['rhs'].encode('utf8'),))
|
||||
return
|
||||
|
||||
url = self._googleUrl(expr)
|
||||
|
Loading…
Reference in New Issue
Block a user