; Capitalisation ; by ch1zra ; ch1zra@gmail.com ; http://ch1zra.com/mirc/ ; #Scripters @ irc.krstarica.com ; Copyright © 2005 Up The Irons ! inc. Scripting team on *:input:*: { if ($left($1,1) != /) && ($Active != Status Window) && ($Status == connected) { var %upp.msg $upper($left($1-,1)) $+ $right($1-,-1) msg $target %upp.msg haltdef } }