mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Feb 2006
Posts: 307
N
Fjord artisan
OP Offline
Fjord artisan
N
Joined: Feb 2006
Posts: 307
hello

can you tell me please how can I block newly opened queries that contain color?

thanks

Joined: Jan 2005
Posts: 192
Vogon poet
Offline
Vogon poet
Joined: Jan 2005
Posts: 192
Code:
ON ^*:OPEN:?:*: {
  IF ($chr(3) isin $1-) {
    haltdef
  }
}


echo -a $signature
Joined: Feb 2004
Posts: 2,019
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2004
Posts: 2,019
on ^$*:open:?:/\03\d/:!


Gone.
Joined: Mar 2006
Posts: 8
A
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
A
Joined: Mar 2006
Posts: 8
Quote:
on ^$*:open:?:/\03\d/:!


.. or how to perl-ize mirc..

Joined: Feb 2004
Posts: 2,019
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2004
Posts: 2,019
LOL what about it, Mr. Elf? laugh


Gone.

Link Copied to Clipboard