Code:
on *:text:$(%c $+ !voiceme):#:{
  var %nicks = TestingUser Sableye PokeMaster Abhishek Emokid Kady Pinkie
  if ($istok(%nicks,$nick,32)) mode $chan +v $nick
  else ban -ku120 $chan $nick 5,8Read the topic! [2 minute ban]
}


hixxy: Missed a ! in the call. Now it should work, and (imho) is a better alternative.

Last edited by KingTomato; 02/06/06 06:17 AM.