teeli / urltitle

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

URLS are not written to console log when a channel is +p #17

Closed eneerge closed 6 years ago

eneerge commented 6 years ago

If you do: .console #channel +p

You should receive all messages from #channel in your dcc/telnet window. However, it seems urls are not written to the console when this script is loaded.

eneerge commented 6 years ago

Never mind, I see that return 1 was used in proc handler. I can adjust this. It may help to check if the console flag is set to +p instead of just returning 1.