Skip to content
MSN Addons

small...

A TG007 community discussion started by samooh_2003.

Discussion 7 posts
Page 1 of 1
Open
Topic #3085 · 7 published posts · 620 views

alias hosst { 
 var %x = 1 
 while $ulist(*,Host,%x) { 
   privmsg # $remove($ulist(*,Host,%x),*!*) 
   $ulist(*,Host,%x).info 
   inc %x 
 } 
} 

 

hi again plz that code posted before but i need alittle help in it just wanna it to read the nicks 2 not gatekeeper only so...?

Edited Mar 11, 2005 10:30 PM by samooh_2003

No Answer

on 1:TEXT:!host:#: { 
 var %x = 1 
 while $ulist(*,Host,%x) 
 privmsg # $remove($ulist(*,Host,%x),*!*) 
 $ulist(*,Host,%x).info 
 inc %x 
}

 

Not Tested

on 1:TEXT:!host:#: { 
var %x = 1 
while $ulist(*,Host,%x) 
privmsg # $remove($ulist(*,Host,%x),*!*) 
$ulist(*,Host,%x).info 
inc %x 
}

 

u can make it like that

on admin:TEXT:!hosts:#:/hosst
alias hosst { 
var %x = 1 
while $ulist(*,Host,%x) { 
  privmsg # $remove($ulist(*,Host,%x),*!*) 
  $ulist(*,Host,%x).info 
  inc %x 
} 
}

 

but i didnot mean that i am meanning u can try it u will find it read the gates only in the users i need to read then nicks 2

 

Thats gonna depend on how you list them in your userlist. If they are only listed by gate, then it will only read gates...

nop gate and nicks sure but it is reading gates only try it u will c

No Reply no one know or wt