mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Sep 2012
Posts: 2
A
Bowl of petunias
OP Offline
Bowl of petunias
A
Joined: Sep 2012
Posts: 2
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

Joined: Jul 2007
Posts: 1,129
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Jul 2007
Posts: 1,129
crazy I don't follow what you're getting at.

Joined: Sep 2012
Posts: 2
A
Bowl of petunias
OP Offline
Bowl of petunias
A
Joined: Sep 2012
Posts: 2
No one can help me ???????????

Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Try to explain a bit more about what you want it to do, we dont understand what you have problem with.


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: Nov 2012
Posts: 19
L
Pikka bird
Offline
Pikka bird
L
Joined: Nov 2012
Posts: 19
So what you saying is, whenever you use that script. You get a extra letter between the spaces instead of color ?


Link Copied to Clipboard