Here is a add on to your script I have added a ON/OFF switch to the script

.Anti-Op
..Anti-Op %auto.op :{ if ( %auto.op == ON ) { .set %auto.op OFF | .auto OFF | echo 3 -a *** Anti-Op 4OFF.... } | else { .set %auto.op ON | .auto ON | echo 3 -a *** Anti-Op 4ON.... } }
..-
..Add:{ .guser -a 30 $$1 3 | echo 3 -a *** Added $$1 To Anti-Op List }
..-
..Del:{ .ruser 30 $$1 3 | echo 3 -a *** Removed $$1 From Anti-op List }




Intelligence: It's better to ask a stupid question, then to prove it by not asking....