Ok i kinda have my own theme system going on, and want urls to be white and underlined so i can see them easier, for my input and input from other chatters, someone mentioned regex for itm but i don't quite get it i tried like if(www isin and if (http isin etc but it doesn't always work
this is what i have
Code:
  
on 1:INPUT:#:{
  if ($left($1,1) != /) { 
    haltdef
    raw -q privmsg $active : $+  $1-
    echo -24 $xnick1($me) 14:15 $1-
    halt
  }
} 
on ^1:text:*:#:{ 
  if ($me isin $strip($1-)) { echo -i24 $chan $xnick4($nick) 1414: $strip($1-) | goto arse }
  echo -i24 $chan $xnick16($nick) 00: $strip($1-)
  :arse
  if ($chan == $active) { halt } 
  if ($me isin $strip($1-)) { 
    echo -ai24 02*00Gossip02*02 14:11 $nick 15is mentioning you in10 $chan
    echo -ai24 02*00Gossip02*02 14:11 $nick 15says... $1-
    beep 
  }
  halt
}