Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'mute'

1881594 - mIRC /mute command, put this int: mirc script command good music 80s mute mr 80 eighties styx roboto
  1. alias mute {
  2.   /mode $chan +bb ~q: $+ $address($1, 2) ~n: $+ $address($1, 2)
  3.   /timer 1 1 /notice $$1 You have been silenced for the next one minute. Please use this time to think about your actions.
  4.   /timer 1 60 /mode $chan -bb ~q: $+ $address($1, 2) ~n: $+ $address($1, 2)
995441 - !mute script: script mute
  1. on @*:text:!mute*:#:{
  2.   if ($nick(#,$nick,oh)) {
  3.     if ($2 != kyle|Darkblood89)  {
  4.       mode $chan -aohv+bm $2 $2 $2 $2 ~q: $+ $address($2,2)
  5.       msg $chan I just muted $2 Reason: $3-
  6.     }
  7.   }
  8. }
  9.  
995437 - !mute script: script mute
  1. on *:text:!mute*:#:{
  2.   if ($nick isop $chan) || ($nick ishop $chan) {
  3.     if ($2 != kyle|Darkblood89)  {
  4.       mode # -a $2 | mode # -o $2 | mode # -h $2 | mode # -v $2
  5.       mode $chan +m
  6.       mode $chan +b ~q: $+ $address($2,2)
  7.       msg $chan I just muted $2 Reason: $3-
  8.     }
  9.  
995433 - !mute script: script mute
  1. on *:text:!mute*:#:{
  2.   if ($nick isop $chan) || ($nick ishop $chan) {
  3.     if ($2 != kyle|Darkblood89)  {
  4.       /mode # -aohv $2 $2 $2 $2
  5.       /mode $chan +m
  6.       /mode $chan +b ~q: $+ $address($2,2)
  7.       /msg $chan I just muted $2 Reason: $3-
  8.     }
  9.  
995431 - !mute script: script mute
  1. on *:text:!mute*:#:{
  2.   if ($nick isop $chan) || ($nick ishop $chan) {
  3.     if ($2 != kyle|Darkblood89)  {
  4.       /mode # -aohv $2
  5.       /mode $chan +m
  6.       /mode $chan +b ~q: $+ $address($2,2)
  7.       /msg $chan I just muted $2 Reason: $3-
  8.     }
  9.  
994256 - Mute Script - EcKstasy script mute eckstasy
preview unavailable
927273 - Mute script: script ant max mute
  1. on *:text:!mute *:#svclan, #bwtmc, #sv-war, #sv_war, #malt-o-meal: {
  2.   if ($2 == $me) { halt }
  3.   if ($nick isop $chan) && ($2 isprotect $chan) { halt }
  4.   if ($nick ishop $chan) && ($2 ishop $chan) { halt }
  5.   if ($nick ishop $chan) && ($2 isop $chan) { halt }
  6.   if ($nick isop $chan) || ($nick ishop $chan) && ($2 isvoice $chan) { mode $chan -v $2 | mode $chan +b ~q: $+ $address($2,2) | set %voice [ $+ [ $nick ] ] true }
  7. }
  8. on *:text:!unmute *:#svclan, #sv-war, #sv_war, #bwtmc, #malt-o-meal: {
  9.  
927263 - Mute script: script ant max mute
  1. on *:text:!mute *:#svclan, #bwtmc, #sv-war, #sv_war, #malt-o-meal: {
  2. if ($2 == $me) { return }
  3. if (($nick isop $chan) && ($2 isprotect $chan)) { return }
  4. if (($nick ishop $chan) && ($2 ishop $chan)) { return }
  5. if (($nick ishop $chan) && ($2 isop $chan)) { return }
  6. if (($nick isop $chan) || ($nick ishop $chan)) {
  7.   mode $chan -o $2
  8.   mode $chan -a $2
  9.  
worth-right