Code:
on &*:input:*: {
  if ($left($1,1) isalpha) {
    msg $target $upper($left($1,1)) $+ $right($1-,-1) $+ .
    halt
  }
}


This will now only convert the text if the first character is a letter.


Invision Support
#Invision on irc.irchighway.net