Advertisement
illpastethat

Nick capitalization wickednights

Jun 13th, 2014
513
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.25 KB | None | 0 0
  1. on *:nick:{
  2.   var %i 1
  3.   while $comchan($newnick,%i) {
  4.     if ($islower($left($newnick,1)) == $true) { mode $comchan($newnick,%i) +v $newnick }
  5.     elseif ($isupper($left($newnick,1)) == $true) { mode $comchan($newnick,%i) -v $newnick }
  6.     inc %i
  7.   }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement