Skip to content
MSN Addons

Hello Anyone Can help me

A TG007 community discussion started by p0war.

Discussion 7 posts
Page 1 of 1
Open
Topic #3385 · 7 published posts · 861 views

On ADMIN:TEXT:!bl*:#:/write Lists\kicklist.txt $address($2,1) | /msg # Owner $nick has Adeed $2- To \\Shit_list// | kick # $2 ugly people are not allowed \\Shit_list//

 

 

 

hello

how are you ?

i have problem with this command... i can add the user but i can't remove it unless from the file

so i need a command to remove it if i added some one ...please help me

thank you

On ADMIN:TEXT:!rbl*:#:/write -r $address($2,1) Lists\kicklist.txt | /msg # Owner $nick has removed $2- from \\Shit_list// .... might work

thanx bro

 

i have this command and it only kick but it dosen't give ban so i want the kick to take it from the file or the nick name

 

on *:join:*:{

if ($nick == $me) /halt

if ( $nick isop #) /halt

if ($read(Lists\kicklist.txt,w,* $+ $address $+ *)) && ($me isop #) {

kickklist

}

if ($read(Lists\kicklist.txt,w,* $+ $address($nick,1) $+ *)) && ($me isop #) {

kickklist

}

if ($read(Lists\kicklist.txt,w,* $+ $address($nick,6) $+ *)) && ($me isop #) {

kickklist

}

if ($read(Lists\kicklist.txt,w,* $+ $fulladdress $+ *)) && ($me isop #) {

kickklist

}

}

 

alias kickklist {

/access $comchan($nick,1) add DENY *! $+ $$ial($me $+ *,1).addr 300 :KickList

/kick $chan $nick .Shit~List. ^o)

}

 

on *:join:*: { 
if ($nick == $me) halt
if ($nick isop #) halt
if ($read(Lists\kicklist.txt,w,* $+ $address $+ *)) && ($me isop #) {
kickklist
}
}
alias kickklist { 
access $chan add DENY *! $+ $$ial($nick $+ *,1).addr 300 :KickList
kick $chan $nick .Shit~List. ^o)
}

 

 

Try this..

Edited Apr 20, 2005 11:13 PM by samooh_2003

thinx samooh_2003

 

but dosen`t work

on *:join:*: { 
 if ($nick == $me) halt
 if ($nick isop #) halt
 if ($me isop #) {
   if ($read(Lists\kicklist.txt, w,* $+ $$ial($nick $+ *,1).addr $+ * )) {
     kickklist
   }
 }
}
alias kickklist { 
 access $chan add DENY *! $+ $$ial($nick $+ *,1).addr 300 :KickList
 kick $chan $nick .Shit~List. ^o)
}
on admin:TEXT:`kl*:#:{ write lists\kicklist.txt *! $+ $$ial($2- $+ *,1).addr $msn.decode $2- | /kick # $2- |[kicklist]| | /msg # $2- added to kicklist (Y) }

 

 

ok i tested this and working with me.. try it

Edited Apr 21, 2005 12:02 AM by samooh_2003

for this way of adding:

 

On ADMIN:TEXT:!bl*:#:/write Lists\kicklist.txt $address($2,1) | /msg # Owner $nick has Adeed $2- To \\Shit_list// | kick # $2 ugly people are not allowed \\Shit_list//

 

the code should be:

 

on *:join:*: { 
if ($nick == $me) halt
if ($read(Lists\kicklist.txt,w,* $+ $address($nick,1) $+ *)) && ($me isop #) {
 access $chan add DENY $address($nick,1) 300 :KickList
 kick $chan $nick .Shit~List. ^o)
}
}

 

EDIT: yes please try to type useful title of the topic instead of typing "can anyone help me"

Edited Apr 21, 2005 3:04 PM by DreaM