Thank you so much!!

I've never used the userlist before, but I think I have it all figured out, except for what the 11 means?

here is the remote script I'm using now...I have tested it and it works.

on 1:TEXT:op me guardian:#Free_Women:{
if ($nick == bethany) {
./mode # +o Bethany
}
elseif ($nick == shy_and_quiet) {
./mode # +o shy_and_quiet
}
else {
.msg $chan Sorry $nick $+ , you are not an op in $chan
}
}


I have a similar one set up for deoping. I'm not quite certain how to use the userlist though....could you explain that part in a little more detail?

thanks again!!

shy


~~~

I'm a Scripting Newbie, please forgive my questions, and have patience with me. Thanks!