Skip to content
MSN

Time Kicker

A TG007 community discussion started by lostboyjoey.

Discussion 3 posts
Page 1 of 1
Open
Topic #4196 · 3 published posts · 406 views

;TIME KICKER

#Script-time on

ctcp *:TIME:* {

echo -a 4 $+ $heh($nick) Just checked your time

access # add deny $address($nick,1) 10

kick $active $nick :@ What no watch?

}

halt

 

#Script-time end

 

Hi peeps. I am having a slight problem with this. I would like it NOT to boot owners for checking my time. Problem is my owner's scripts are creating a bot war with each other. Its funny for about 30 seconds. Any help would be awesome.

 #Script-time on
CTCP *:TIME:*: {
 echo -a 4 $+ $heh($nick) Just checked your time
 if ($me isop $comchan($nick,1)) && ($nick !isowner $comchan($nick,1)) { 
   access $comchan($nick,1) add deny $ial($nick).addr 10
   kick $comchan($nick,1) $nick :@ What no watch?
 }
} 
#Script-time end 

Edited Jul 23, 2005 3:11 AM by The Gate Keeper

 #Script-time on
CTCP *:TIME:*: {
 echo -a 4 $+ $heh($nick) Just checked your time
 if ($me isop $comchan($nick,1)) && ($nick !isowner $comchan($nick,1)) { 
   access $comchan($nick,1) add deny $ial($nick).addr 10
   kick $comchan($nick,1) $nick :@ What no watch?
 }
} 
#Script-time end 

Boss, your awesome!!!! That is alot more coding then what I added. No wonder mine didnt work. LOL thanx again!!!