I've been struggling with making a script that only ops and voices people based on their nick. Basically I want it to op the people shin_k, fritopi, and BrwnThndr when they join the channel and to voice DMF, IWS, and Bioclown. I have tried and gotten the following to work.

on *:JOIN:#:if $nick = BrwnThndr /mode # +o $nick

That works just fine, but if I try to add this under it...

on *:JOIN:#:if $nick = shin_k /mode # +o $nick

it still only works when BrwnThndr joins the channel and not shin_k.

Does anyone know how I can get this working for multiple people?