Mute

By Nick on Oct 09, 2007

This is a mute snippet simple copy and past it to popups\Nick list
you can add minutes you spicfey.to how much the mute last
Enjoy!

Mute ( $+ $$1 $+ ):{ var %mute.min = $$?="minutes"
  msg $active $$1 $+ , you Are Now (Mute) silence for %mute.min minute $+ $iif(%mute.min > 1,s) for Bad Language And Bad behavior. Please be advised that you will be removed if this keeps happening.Take this as a warning
  .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.
chadbdurham   -  Jul 05, 2008

Horrible Horrible..
I try not to comment..

 Respond  
EcKstasy   -  Apr 18, 2008

sorry forget the

 
at the start and the finish..dont know why i put them there XD
 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)
  }
}

,then it can deop,dehalfop,devoice .when there muted :),and a bit of colour

 Respond  
Nick   -  Oct 22, 2007

Ummm you shold appricate i even let your lame eye\'s watch this great snippet dont love it talk to your mind and be a pasychotic and dont leave this lame\'y comments on my snippets
CYA!
btw:all the mirc users i know and give them this snippet personaly was happy!
Bah ...blah la!

 Respond  
Anti   -  Oct 16, 2007

rofl napa go ahead and REMAKE IT ! well anyone nice job so it might not work on all servers i wouldnt call it a mute i would call it a gag :P!~

 Respond  
napa182   -  Oct 14, 2007

heres for nicklist

menu nicklist {
  .MUTE $+($chr(40),$1,$chr(41)):{
    var %mute.min $$?"Please Enter Minutes", %mute.reason $$?"Please Enter A Reason" 
    msg $chan $+($1,$chr(44)) you have been (Muted) silenced for %mute.min $iif(%mute.min > 1,minutes,minute) Reason: %mute.reason :Take this as a warning:
    mode $chan +b ~q: $+ $address($1,2)
    .timer 1 $calc(%mute.min * 60) mode $chan -b ~q: $+ $address($1,2)
  }
}

and here's for an alias

alias mute {
  var %mute.min $2, %mute.reason $3-
  if (!%mute.min || !%mute.reason) { echo $color(info) -a * $iif(!$1,Error Please enter a nick to mute,$iif(!%mute.min,Error Please enter number of minutes,$iif(!%mute.reason,Error Please enter a reason,)))  }
  else {
    msg $chan $+($1,$chr(44)) you have been (Muted) silenced for %mute.min $iif(%mute.min > 1,minutes,minute) Reason: %mute.reason :Take this as a warning:
    mode $chan +b ~q: $+ $address($1,2)
    .timer 1 $calc(%mute.min * 60) mode $chan -b ~q: $+ $address($1,2)
  }
}

eh im bored =/

 Respond  
Tippy   -  Oct 14, 2007

Maybe he doesn\'t know how to make a alias :P

Regards,

Tippy

 Respond  
Kyousoukyoku   -  Oct 10, 2007

You should make this a remotes script, a lot of users use remotes quite often. :P Also, why not make this an alias instead of just a popup?

 Respond  
Gummo   -  Oct 10, 2007

Why not just use $address($$1,2) ?

 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.