X-Git-Url: https://plomlompom.com/repos/?p=plomlombot-irc.git;a=blobdiff_plain;f=plomlombot.py;h=8ac8f01c00cf0cc4e00ad6e4a664a743926ac2f6;hp=0b605e9946b04f79a8f3e843da56eee2b59b0169;hb=73d956fc4322397624652d1a63341f3092988679;hpb=0d17c0577b6e816dc1c6e02667fc03f74ef5f4a8 diff --git a/plomlombot.py b/plomlombot.py index 0b605e9..8ac8f01 100755 --- a/plomlombot.py +++ b/plomlombot.py @@ -122,7 +122,8 @@ def lineparser_loop(io, nickname): continue charset = webpage.info().get_content_charset() if not charset: - charset = "utf-8" + notice("TROUBLE READING PAGE TITLE: no charset in header") + continue content_type = webpage.info().get_content_type() if content_type not in ('text/html', 'text/xml', 'application/xhtml+xml'):