mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2003
Posts: 11
M
MrCPU Offline OP
Pikka bird
OP Offline
Pikka bird
M
Joined: Jan 2003
Posts: 11
Hi,

I want to flash a channel window like a highlight with a remote script.
Excample:
- anyone writes some text on channel
- the script check the text
- if I have an agreement then I want to highlight the window
I want to set flashing an the channame-color on the channel-button, like a highlight

How can I do this?

Thanks for help....bye MrCPU

Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
Code:
on *:TEXT:*:#:{
  if ( [color:green]stuff here[/color] ) {
    window -g2 #
  }
}

Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
Type /help /window, and see the -gN switch explanation.

Example: /window -g1 #chan

To change hilight colors, press Alt+O and move to the Display dialog.

edit: you're fast, collective smirk

Joined: Jan 2003
Posts: 11
M
MrCPU Offline OP
Pikka bird
OP Offline
Pikka bird
M
Joined: Jan 2003
Posts: 11
MANY THX

I know the /window command, but I had a mistake...


Link Copied to Clipboard