mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2004
Posts: 79
C
cmad Offline OP
Babel fish
OP Offline
Babel fish
C
Joined: Jan 2004
Posts: 79
I posted this as a subquestion in reply of mine in this thread, but I guessed no-one would notice, so I decided to post it as a new thread.

I'm intercepting msgs with on ^1:TEXT and stuff, and then do haltdef, to prevent mIRC with dealing with the text. That however resulted in lack of highlighting the channel tab button when a new msg arrives. So I'd like to add some code in my script to highlight the channel btn. Any ideas?

TIA,
cmad


My ally is the compiler, and a powerful ally it is!
Joined: Jan 2003
Posts: 2,523
Q
Hoopy frood
Offline
Hoopy frood
Q
Joined: Jan 2003
Posts: 2,523
To simulate all built-in features you must use the proper /echo switches. For example, switchbar button turning red (or whatever your "Message" color is) can be achieved with the -m switch. The proper combination of /echo switches is
Code:
/echo [color:blue]-bmflirt[/color] <target> <your text>


/.timerQ 1 0 echo /.timerQ 1 0 $timer(Q).com
Joined: Jan 2004
Posts: 79
C
cmad Offline OP
Babel fish
OP Offline
Babel fish
C
Joined: Jan 2004
Posts: 79
Thanks a million blush


My ally is the compiler, and a powerful ally it is!

Link Copied to Clipboard