Skip to content
MSN Addons

scanning

A TG007 community discussion started by samooh_2003.

Discussion 4 posts
Page 1 of 1
Open
Topic #5508 · 4 published posts · 749 views

can i ask about scanning for kicklist using text ?! if my script not in da room and some of members on my kicklist joined while i was out so how can i scan the list to kick them on joining for my Script.. i tried in it but i failed

why would you want to use a text document to store nicknames? makes no sense to me.

alias scankicks {
 var %n = 1
 while (%n <= $nick($active,0)) {
   if ($level($address($nick($active,%n),1)) == kicklist) {
     kick $active $nick Found $nick($active,%n) in kicklist. reason: $ulist($address($nick($active,%n),1)).info
     inc %n }
   else { inc %n }
 }
}
menu nicklist {
 Kicklist $$1 $+ :{ auser kicklist $address($$1,1) $?"enter a reason" | kick $active $$1 kicklisted. reason: $iif($!,$!,none specified) }
}

People are like slinkies; they're generally boring until you push them down stairs

thnx angelia for u reply :wub: i've it aleardy for userlist but i am asking about text and do it on join for my script using text files

really here the replying is 2 low but although thnx angelia for ur replying (F)