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
Subjct ...
i tryed //msg $level(10,1)
frown
Can Anyone Help? confused

Joined: May 2003
Posts: 730
S
Hoopy frood
Offline
Hoopy frood
S
Joined: May 2003
Posts: 730
//var %i = 1 | while (%i <= $ulist(*,10,0)) { msg $ulist(*,10,%i) your msg | inc %i }
note that if the user isn't only u will get an error from the server 'no such nick/channel' also if u have many nicknames
with that level u may excess flooded so u could use a timer:
except: msg $ulist(*,10,%i) your msg
use: .timer 1 $calc(%i * N) /msg $ulist(*,10,%i) your msg
replace N with the number of seconds that will be the interval

Joined: Apr 2003
Posts: 29
B
BoXeRn_ Offline OP
Ameglian cow
OP Offline
Ameglian cow
B
Joined: Apr 2003
Posts: 29
thanx laugh

Joined: Apr 2003
Posts: 29
B
BoXeRn_ Offline OP
Ameglian cow
OP Offline
Ameglian cow
B
Joined: Apr 2003
Posts: 29
hmm ,, it msg the address :P
can we make it /msg the nick with the address?
confused

Joined: May 2003
Posts: 730
S
Hoopy frood
Offline
Hoopy frood
S
Joined: May 2003
Posts: 730
we can but there is a problem,
if u don't have his IAL u can't know what is the nickname so i suggest u to give the level to the NICKNAME
anyway if u HAVE his ial then u can loop and send all addresses that matches the address from the user list with $ial(address,N)

Joined: Apr 2003
Posts: 29
B
BoXeRn_ Offline OP
Ameglian cow
OP Offline
Ameglian cow
B
Joined: Apr 2003
Posts: 29
hmm , oki ..
do u know an example?

Joined: May 2003
Posts: 730
S
Hoopy frood
Offline
Hoopy frood
S
Joined: May 2003
Posts: 730
like i said, could be bugs there becuz maybe u don't have the ial of all the addresses in your user list, so i suggest u to give the level to the nick
/auser 10 NICKNAME


Link Copied to Clipboard