The problem I am having with this auto op script is it can not manage nicks who are opped in multi channels I am opped in
Is there a way I can ad a user channel within the mirc auto ops? Thanks for any imput....


on *@:OP:#: {
if (!$readini(op.ini,s,#,$opnick)) {
.writeini op.ini # $opnick $nick
/aop $opnick # 3
}
}




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