Skip to content
MSN Addons

code

A TG007 community discussion started by samooh_2003.

Discussion 5 posts
Page 1 of 1
Open
Topic #4822 · 5 published posts · 754 views

on *:owner:#:{
 if ($me isowner $chan) && ($$ial($nick $+ *,1).addr != $gettok($read(text\justowners.txt, w,* $+ $$ial($nick $+ *,1).addr $+ * ),1,32)) {
   mode # -q $nick 
   privmsg # sorry $nick u r not on my safe list....
 }
 if ($me isowner $chan) && ($$ial($opnick $+ *,1).addr != $gettok($read(text\justowners.txt, w,* $+ $$ial($opnick $+ *,1).addr $+ * ),1,32)) {
   mode # -q $opnick 
   privmsg # sorry $opnick u r not on my safe list....
 }
}

 

plz i made this one and its working good me with me but some times i add someone and onjoin or on owner deowner him although he in this list so i need help

on *:OWNER:#: {
 if ($nick != $me) && ($opnick != $me) && ($me isowner $chan) {
   if (!$read(text\justowners.txt, w, $ial($nick).addr $+ *)) { mode $chan -q $nick | msg $chan sorry $nick u r not on my safe list.... }
   if (!$read(text\justowners.txt, w, $ial($opnick).addr $+ *)) { mode $chan -q $opnick | msg $chan sorry $nick u r not on my safe list.... }
 }
}

 

I just rewrote it, may work.

i wouldnt use -q , faster con's will beat ya

lol seph, a lot of things can be beaten

Thnx Gate 4 replying i will try and tell u