mIRC Homepage
Posted By: AnjaRevic HELP color remove Xtra letter - 21/09/12 05:17 AM
Hi guys,

I just used this scripts
Code:
;remove ETX and color script
on ^*:text:*:*: white $1-
on ^*:action:*:*: white $1-
on ^*:notice:*:*: white $1-
alias -l white {
  if ($regex($1-,/(\0030.*)/)) {
    echo -bcfilmt $iif($event == text,normal,$event) $&
      $iif(#,#,$me) $+(<,$iif($left($nick(#,$nick).pnick,1) $&
      isin $prefix,$v1),$nick,>) $strip($regml(1)) | haltdef
  }
}


and strangly i get an extra letter between the words..

bv This is the text collered
Thislisptheztextwuncoller The text without colors "[ETX]" when the script starts uncoller it.

Any help here please... wink
Posted By: Tomao Re: HELP color remove Xtra letter - 21/09/12 04:21 PM
crazy I don't follow what you're getting at.
Posted By: AnjaRevic Re: HELP color remove Xtra letter - 22/09/12 02:30 AM
No one can help me ???????????
Posted By: sparta Re: HELP color remove Xtra letter - 22/09/12 08:24 PM
Try to explain a bit more about what you want it to do, we dont understand what you have problem with.
Posted By: LisaMIRC Re: HELP color remove Xtra letter - 21/11/12 01:18 AM
So what you saying is, whenever you use that script. You get a extra letter between the spaces instead of color ?
© mIRC Discussion Forums