Mute Script ( updated )

By BigBen on Dec 24, 2006

This is my new Mute Script, it's real good, just that last time it messed up, i hope this time it works. to load it, just copy and paste the code in the Aliases, and paste it there, the command is, /mute -nick- and /mute5 -nick-

( Updated for a word missing ) ( and updated a /unmute -nick- )

/mute /mode $chan +b ~q: $+ $address($$1,2) | /say $$1 you have been muted. Please take this time to think what you're saying. After the mute, if you continue to misbehave, you will be removed
/mute10 {

  /mode $chan -b ~q: $+ $address($$1,2)
}
/mute5 {
  /mode $chan +b ~q: $+ $address($$1,2) | /msg $chan $$1 you have been muted for five minutes. Please take this time to think what you're saying. After the mute, if you continue to misbehave, you will be removed

  /timer 0 300 /mode $chan -b ~q: $+ $address($$1,2)
}

/unmute /mode $chan -b ~q: $+ $address($$1,2)

}

Comments

Sign in to comment.
BigBen   -  Jan 08, 2007

all u do is just remove the ban technick2

 Respond  
F*U*R*B*Y*   -  Dec 30, 2006

yes its called
ignore :P

 Respond  
technick2   -  Dec 30, 2006

An unmute command would be nice. ;)

 Respond  
Krobeluskill   -  Dec 24, 2006

You have no code after /mute10, and no timer. You could improve this perhaps by including a custom time mute?

 Respond  
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.