LOCKDOWN by Z 0.1 BETA

By zguystudios on Sep 12, 2013

Lockdown your server with zBot's LOCKDOWN SCRIPT!
You must be EXACTLY level 1000 in your channel to toggle it.

; COMING SOON! This is a project.
on +1000:text:ld on:?:{ /msg $chan LOCKDOWN ENABLED! KICKING USERS IN 5 SECONDS! 
.timer lockdown 0 5 kick $chan
/msg $chan Kicked users! }
on +1000:text:ld off:?:{ /msg $chan LOCKDOWN DISABLED! Users can now join. 
.lockdown off
/msg $chan THE CURRENT TIME IS LISTED BELOW:
.time }

Comments

Sign in to comment.
zguystudios   -  Sep 12, 2013

Oh. I got it now, I just need to use aliases.

 Respond  
zguystudios   -  Sep 12, 2013

I cannot seem to get this working. Anyone know what I am doing wrong?

blackvenomm666  -  Oct 10, 2013

well quite honestly this is doing absolutely nothing to lockdown a channel or a server. do you still need help with this

blackvenomm666  -  Oct 10, 2013
on +1000:text:ld on:?:{ /msg $chan LOCKDOWN ENABLED! KICKING USERS IN 5 SECONDS! 
.enable #lockdown }
on +1000:text:ld off:?:{ /msg $chan LOCKDOWN DISABLED! Users can now join. 
.disable #lockdown
 }
#lockdown off
on *:join:*:*: { .kick # $nick }
#lockdown end

very simple lockdown script

Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.