mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Aug 2005
Posts: 2
S
Sledge Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
S
Joined: Aug 2005
Posts: 2
Hi,

I've got an issue with highlighting. I have my nicks and certain keywords etc highlighting correctly.

One of the keywords to highlight though is preceded by the * char. Unfortunately this is a wildcard in mirc so the highlight fails.

I have tried enclosing the keyword like "*keyword" but this just makes an empty slot appear in the list of keywords.

Anyone have any ideas here to help me out?

TIA

Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Replace *keyword with:

$chr(42) $+ keyword

If you have *keyword* then use:

$chr(42) $+ keyword $+ $chr(42)


Invision Support
#Invision on irc.irchighway.net
Joined: Aug 2005
Posts: 2
S
Sledge Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
S
Joined: Aug 2005
Posts: 2
Thanks Riamus2, works perfectly!


Link Copied to Clipboard