just removeing something:

on *:text:!addauth*:#channel:{
if ($ulevel == 11) {
guser -a $2 $3
msg $chan $3 has ben added auth lvl $2 on XsN|Bot
}
}

on *:text:!removeauth*:#channel:{
if ($ulevel == 11) {
ruser $3 6
msg $chan Auth lvl $2 has been removed from $3
}
}


can you make the script read what level the user has you are removeing and /msg that to channel?


The script workes great just need to know that! laugh