Simple Mute Script

By [-DDC-]Darkness on Mar 29, 2008

This is a pretty easy mute script, really.....Right click on a persons nick, go to Mute (Their Nick Here) Click, Type up how many minutes you want them to be muted for, and click ok.

Feel free to change the mute message....lol.....I kinda was using that message as a joke with one of my friends and I didnt get around to changing it.....

menu nicklist,query,notice {
  .Mute ( $+ $$1 $+ ):{ var %mute.min = $$?="How many minutes would you like to mute $$1 for?"
    notice $$1 $$1 $+ , you have been muted for %mute.min minutes $+ $iif(%mute.min > 1,s) by $me $+ . If you have any complaints that has something to do with this mute, then please, feel free to stfu and not get in contact with me. :D Have a nice day! :D
    .timer 1 1 /mode $active +b ~q: $+ $mask($address($$1,1),2)
    .timer 1 $calc(%mute.min * 60) /mode $active -b ~q: $+ $mask($address($$1,1),2)
  }
}

Comments

Sign in to comment.
wonglan   -  Dec 31, 2016

nice... work for me

 Respond  
EcKstasy   -  Apr 18, 2008

}
}

 Respond  
EcKstasy   -  Apr 18, 2008

you can always use.....

menu nicklist,query,notice {
.Mute ( $+ $$1 $+ ):{ var %mute.min = $$?=\"How Many Minutes Would You Like To Mute $$1 For?\"
say $$1 $+ , 12You Have Been Muted For5 %mute.min 12Minutes,Please Take This Time To Think What You\'re Saying, After The Mute, If You Continue To Misbehave, You Will Be 5Removed
mode # -ohv $str($1- $chr(32),6)
.timer 1 1 /mode $active +b ~q: $+ $mask($address($$1,1),2)
.timer 1 $calc(%mute.min * 60) /mode $active -b ~q: $+ $mask($address($$1,1),2)
}
}

(looks better and it deops..devoices..dehalf ops them :))

 Respond  
napa182   -  Mar 29, 2008

you mite want to say you changed Nick\'s mute script around just a tad bit.
http://www.hawkee.com/snippet/3372/

 Respond  
EL   -  Mar 29, 2008

Hmm not bad it works well should maybe .notice instead iof msg $chan other then that it works well enuff.Well done.`-.-

 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.