Mute Person

By craighton on Oct 17, 2009

If you have a person in the chat that won't be quiet but you don't want to kick them. Then with this script if you have HalfOp or higher go "/mute " and it will place a silent ban on the person for 20 minutes.

If you would like to change the standard time under the 2nd to last line change the 1200 to how many seconds that you want the person to be silenced, remember it is SECONDS not MINUTES.

;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
;@@@ Mute Person Script                      @@@
;@@@ By Craighton                            @@@
;@@@ http://blog.logiclounge.net             @@@
;@@@ If you need help join                   @@@
;@@@ Server: irc.logiclounge.org             @@@
;@@@ Channel: #scripts                       @@@
;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

alias mute {
  /mode $chan +bb ~q: $+ $address($1, 2) ~n: $+ $address($1, 2) 
  /mode $chan -ohv $$1 $$1 $$1 
  /timer 1 3 /notice $$1 You have been silenced for the next twenty (20) minutes. Please use this time to think about your actions 
  /timer 1 1200 /mode $chan -bb ~q: $+ $address($1, 2) ~n: $+ $address($1, 2) 
  /timer 1 1203 /notice $$1 You have been unsilenced. That was your only warning, if you disrupt the chat again you will be kicked and/or banned!
}

Comments

Sign in to comment.
SkyBytes   -  Dec 28, 2010

nvm

 Respond  
macs-rock   -  Dec 28, 2010

well its easyer than doing !mute nick you could make it do it auto so you just mod as the day goes along

 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.