mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Apr 2003
Posts: 29
B
BoXeRn_ Offline OP
Ameglian cow
OP Offline
Ameglian cow
B
Joined: Apr 2003
Posts: 29
I Use This Script Now :
on !10:TEXT:*:?: {
var %i = 1
while $comchan($nick,%i) {
if ($1 == op) && ($2 == $readini(script/userlist.ini,users,
$address($nick,1)) ) && (!$3) {
.mode $comchan($nick,%i) +o $nick | halt
inc %i
}
}
}
; But It Just Op The Nick In The First Channel ;:( , someone that can help me? confused

Joined: Dec 2002
Posts: 417
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Dec 2002
Posts: 417
Mirc has a built in Auto Op to read more about it type /help Auto-Op List




Intelligence: It's better to ask a stupid question, then to prove it by not asking....
Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,527
for one your halting the script right after your op command


D3m0nnet.com
Joined: Apr 2003
Posts: 5
C
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
C
Joined: Apr 2003
Posts: 5
I also have a problem with autovoice, but I don`t wanna open another avoice-thread

The addresses on my autovoice-list will be not saved! So I
must add them again and again on each startup. I`m also
using masktype 11, but what`s the problem and how can I
save them to my autovoice-list?

Thanks again guys!
christiansen


Link Copied to Clipboard