mIRC Homepage
Posted By: nataliad block queries that contain colors - 22/03/06 09:28 AM
hello

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

thanks
Posted By: Brax Re: block queries that contain colors - 22/03/06 11:57 AM
Code:
ON ^*:OPEN:?:*: {
  IF ($chr(3) isin $1-) {
    haltdef
  }
}
Posted By: FiberOPtics Re: block queries that contain colors - 22/03/06 12:05 PM
on ^$*:open:?:/\03\d/:!
Posted By: astigmatik Re: block queries that contain colors - 23/03/06 05:11 AM
Quote:
on ^$*:open:?:/\03\d/:!


.. or how to perl-ize mirc..
Posted By: FiberOPtics Re: block queries that contain colors - 23/03/06 09:57 AM
LOL what about it, Mr. Elf? laugh
© mIRC Discussion Forums