mIRC Home    About    Download    Register    News    Help

Print Thread
#257673 04/05/16 02:09 PM
B
Bizpit
Bizpit
B
Is it possible to get mIRC to flash the taskbar (on Win 7 for what it's worth) when there's a /notice in a channel you're in?

I only want mIRC flashing in three scenarios: I get a message, my name gets mentioned in a channel, and when there's a /notice. I've got the first two working, but not this one frown

I can't figure it out for the life of me, and googling around hasn't really showed up anything useful.

Any help would be greatly appreciated.

Joined: Dec 2002
Posts: 3,855
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 3,855
You would need to use a script to do this. The following script listens for a notice event on any channel and uses the /flash command to flash the mIRC window (if mIRC is not the active window):

Code:
on *:NOTICE:*:#:flash -r Notice on channel $chan

The above line would need to be placed in the Scripts Editor "remote" section.


Link Copied to Clipboard