teeli / urltitle

Eggdrop scripts that display titles of URLs pasted on an IRC channel
MIT License
8 stars 10 forks source link

Added html mapping for for &html; control codes. #16

Open eneerge opened 6 years ago

eneerge commented 6 years ago

Will replace characters such as ‘ and & with their plain text equivalent.

teeli commented 6 years ago

Before doing this, the code should probably check if htmlsupport is enabled, because when it is, the script will use htmlparse to parse all html escapes.

eneerge commented 6 years ago

I've made the suggested change and a few others.