mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: May 2009
Posts: 5
M
MaDDoC Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
M
Joined: May 2009
Posts: 5
Hi guys! I'm trying to make query button change in different color on echo in target query window...Any ideas?

Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
I don't have mIRC in front of me to get the exact switch to use, but /help /echo will give you a switch that highlights the window based on your highlight settings. -l or something like that. Note that you need to use the switch AND set up your highlighting settings so they would normally highlight when a normal message is received in the query window.


Invision Support
#Invision on irc.irchighway.net
Joined: Jun 2007
Posts: 933
5
Hoopy frood
Offline
Hoopy frood
5
Joined: Jun 2007
Posts: 933
In combination with that, it's possible you need to also use the -m switch so the echo is treated as a user message instead of an event.

Joined: May 2009
Posts: 5
M
MaDDoC Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
M
Joined: May 2009
Posts: 5
Well i used to make mIRC print messages with echo, because of script and I really need this! Thnx guys!

Joined: Feb 2009
Posts: 133
C
Vogon poet
Offline
Vogon poet
C
Joined: Feb 2009
Posts: 133
hi
plz can you be more precise


WorldDMT
Joined: Jan 2007
Posts: 1,156
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2007
Posts: 1,156
/help /flash

Joined: Dec 2002
Posts: 252
T
Fjord artisan
Offline
Fjord artisan
T
Joined: Dec 2002
Posts: 252
in my text theming events when I replaced default text for channels and queries I used /window -g1 # for on ^*:text:*:#:
and /window -g1 $nick for queries, makes them highlight and flash just like they normally would without text theming..

-g2 I've never seen before, I think it has to relate to highlight options like when certain matchtext meets the built in highlight but -g3 is what you should use for like join/part replacement.

Joined: Jan 2007
Posts: 1,156
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2007
Posts: 1,156
I personally used the flash command on a seperate line with a switch allowing users to turn it on and off.

Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
If you're using /echo already, just use -l (I guessed right) for highlight, then if you want beep (-b) or flash (-f), you can use those as well...

//echo -blf somewindow Some message here.


For example, if you're changing the display of a message in a query with $nick, you'd use:

//echo -blf $nick $1-


Invision Support
#Invision on irc.irchighway.net

Link Copied to Clipboard