i made an op/deop/voice/devoice script and i want to do that only the op's with level up to 10.
Code:
 if ( $1 == !op ) { /cs op $chan $2 | notice $2 Welcome  }
    if ( $1 == !deop ) { /cs deop $chan $2 | notice $2 Sorry  }
if ( $1 == !voice ) { /cs voice $chan $2 | notice $nick  Voiced }
    if ( $1 == !devoice ) { /cs devoice $chan $2 | notice $nick DeVoiced }

i made that with if ( $nick isop)
i know i have to make it with on *:TEXT: but can you tell me how to do it because i am newbie with script.
Thanks in advance

Last edited by mysticalNinja; 25/08/11 04:15 PM.