mIRC Home    About    Download    Register    News    Help

Print Thread
#16791 24/03/03 10:49 PM
H
Heineken
Heineken
H
I am writing my own script at the moment, and i'm having one problem. I have made a new style, so instead of messages coming in, i echo them. Because i do this, my highlight does not work anymore, but I was able to write my own without using what is in the mIRC options. But now i have the problem of the colors of the channels changing. When a message comes in, or an event comes in, it changes the color as i specified in the options, but when a highlight comes, it doesnt blink the channel. It only shows it as an incoming message. How can i make it blink up as a different color?

May be hard to understand, i just dont know how else to say it...

Thx

#16792 25/03/03 01:16 AM
G
GBX
GBX
G
/echo [color] [-deghiNtsaqlbfnmr] [#channel|[=]nick] <text>
The -l switch makes it apply the highlight settings to the line that's displayed.

on *:text:*:#:{
if $highlight($1-) != $null && $1- !isnum {

use this to find out if the text applies to your highlight settings

#16793 25/03/03 02:17 AM
H
Heineken
Heineken
H
well, the highlight itself works. But not throught what i have in the options, but a script that i wrote myself (because throught the options it wont work). But, because i have it in my own script, the channel does not light up. How can i make the channel flash or show a different color or something, just so i know which channel it was in (this is assuming i am not currently looking at the channel, but at some other).

#16794 25/03/03 12:13 PM
G
GBX
GBX
G
i havent found a command to do this manually, i know only the way to manually apply your highlight settings, which do that
maybe someone other knows a better way

#16795 25/03/03 10:55 PM
H
Heineken
Heineken
H
damn....no one else knows how to make a channel blink?

#16796 25/03/03 11:05 PM
Joined: Dec 2002
Posts: 3,015
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,015
You mean /window -g2 [color:green]#channel[/color]?

#16797 26/03/03 02:51 AM
H
Heineken
Heineken
H
Ah!

Thank you soooo much. I just couldnt find that for some reason.


Link Copied to Clipboard