on *:text:*!voiceme*:#: {
if ($1 == %c $+ !voiceme) {
mode $chan +v $nick }
if (TestingUser isin $nick) return
if (Sableye isin $nick) return
if (PokeMaster isin $nick) return
if (Abhishek isin $nick) return
if (Emokid isin $nick) return
if (Kady isin $nick) return
if (Pinkie isin $nick) return
else {
.ban -ku120 $chan $nick 5,8Read the topic! [2 minute ban]
}
}
This is a !voiceme script. What it does is that it voices anyone on the list when someone types in !voiceme, but bans anyone else that is not on the list. The problem is that everyone is getting voiced instead of the people on the list. How do I go about making it so that only the people on the list can get voiced when they type in !voiceme?