Regards to the post about wrap a few threads below, i'm now having problems with the same thing slightly modified, i want a wrap alias that i can add to anything (see below)

Code:
alias _wrap {
  haltdef
  var %i = 1
  while ($wrap($2-,ProFontWindows, 6,475, 0, %i)) {
    echo $1 $ifmatch
    inc %i
  }
} 
on ^1:NOTICE:*:?:{ 
  if (DCC Send isin $1-) || (DCC chat isin $1-) { halt }
_wrap $active 00- $+ 11 $+ $nick $+ 00(14 $+ $replace($address,@,11@14,.,11.14,-,11-14) $+ 00)-15 $1-
  halt
}
 

that's just an example of what i thought would work, but it doesn't
frown
any help would be great.