mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 19:22:45 +01:00
Merge branch 'py3k-backport' into testing
This commit is contained in:
commit
3a43229755
@ -107,7 +107,7 @@ class Web(callbacks.PluginRegexp):
|
||||
domain = utils.web.getDomain(url)
|
||||
title = utils.web.htmlToText(parser.title.strip())
|
||||
if sys.version_info[0] < 3:
|
||||
title = title.encode('utf8', errors='replace')
|
||||
title = title.encode('utf8', 'replace')
|
||||
s = format(_('Title: %s (at %s)'), title, domain)
|
||||
irc.reply(s, prefixNick=False)
|
||||
titleSnarfer = urlSnarfer(titleSnarfer)
|
||||
|
Loading…
Reference in New Issue
Block a user