butterscotchstallion / limnoria-plugins

A smattering of Limnoria plugins I've written
MIT License
14 stars 14 forks source link

SpiffyTitles: Default handler trying to get title even if disabled? #64

Closed bw4518 closed 8 years ago

bw4518 commented 8 years ago

I am only interested in YouTube and DailyMotion titles so I set supybot.plugins.SpiffyTitles.defaultHandlerEnabled to False.

But anytime someone sends normal url, I see in console/log this (for example) error:

ERROR 2015-10-12T22:01:25 supybot SpiffyTitles: could not get a title for https://www.google.com but default handler is disabled

I don't see the point of this since I have default handler disabled and it also unnecessary fills the log file with error messages. Does it still checks for title of every url?