Jump to content

Timer


wizard1970

Recommended Posts

or you could cheat lol like i did(a)

 

on *:JOIN:#: {

if ($level($nick) == Gagged) {

.timer 1 1 echo -a 1

.timer 1 2 echo -a 2

.timer 1 3 echo -a 3

mode # -v $nick

else { mode # +v $nick

}

}

}

 

raw 822:*: {

if ($level($nick) == Gagged) {

if ($len($1-) > 0) {

kick # $nick You are no longer allowed to participate in this conversation.(15min ban) (Even in away messeges)

}

}

}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...