mIRC Home    About    Download    Register    News    Help

Print Thread
#190995 30/11/07 05:41 AM
Joined: Nov 2007
Posts: 4
A
Self-satisified door
OP Offline
Self-satisified door
A
Joined: Nov 2007
Posts: 4
Hi, I had a question when it came to mIRC flashing when it is minimized. I am in multiple channels at once and on different servers. Now, some of these channels get a lot of activity while some don't and what I want is for *when mIRC is minimized* for it to flash when there is activity only for the channel I am viewing. I've tried the chat/channel/query flash options in many combinations and was not able to come up with this to work in any way. Is this possible and how would I go by doing this?

Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
I think a script is the only way to go here.
This is untested
Code:
on *:text:*:$active:{
  if $appstate == minimized {
    flash -r10 $chan $1-
  }
}

for more options on the flash command see /help /flash

Joined: Nov 2007
Posts: 4
A
Self-satisified door
OP Offline
Self-satisified door
A
Joined: Nov 2007
Posts: 4
Do I make put this anywhere in the script field?

Joined: Nov 2007
Posts: 4
A
Self-satisified door
OP Offline
Self-satisified door
A
Joined: Nov 2007
Posts: 4
Hmm, I don't think it works. I put this in my remote section and nothing happened.

Joined: Nov 2007
Posts: 4
A
Self-satisified door
OP Offline
Self-satisified door
A
Joined: Nov 2007
Posts: 4
problem fixed

Joined: Dec 2007
Posts: 16
R
Pikka bird
Offline
Pikka bird
R
Joined: Dec 2007
Posts: 16
lol this is simple...go under options > irc > options > flash on


Link Copied to Clipboard