mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Web: actually return the whitespace-stripped title
This commit is contained in:
parent
532309ecff
commit
6e96f8f8bf
@ -155,7 +155,7 @@ class Web(callbacks.PluginRegexp):
|
||||
title = parser.title
|
||||
if title:
|
||||
title = utils.web.htmlToText(parser.title.strip())
|
||||
return parser.title
|
||||
return title
|
||||
|
||||
@fetch_sandbox
|
||||
def titleSnarfer(self, irc, msg, match):
|
||||
|
Loading…
Reference in New Issue
Block a user