DukeLupus / dlFilter

dlFilter is a text filtering script for mIRC. It is created with both chat and file sharing channels in mind. dlFilter removes ads, requests, annoying KeepTrack, mp3 play & away messages and much more. Also, dlFilter can send notices from fileservers to separate window and group @find results, allowing them to be easily viewed.
Mozilla Public License 2.0
34 stars 1 forks source link

Non-filtered PMs do not alert using flashes #40

Open Sophist-UK opened 6 years ago

Sophist-UK commented 6 years ago

I think the issue is that, rather than letting mirc send output to the default window and flashing etc. according to mirc settings, instead we sometimes redirect the output to a different window using echo (in DLF.Win.Echo) and we probably need to add logic to add the correct flags to the echo to mimic mIRC's own flash/beep approach.

Which means we have to understand mIRCs logic based on relevant mIRC settings, and then replicate it.