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
-
- alias mute {
- /mode $chan +bb ~q: $+ $address($1, 2) ~n: $+ $address($1, 2)
- /timer 1 1 /notice $$1 You have been silenced for the next one minute. Please use this time to think about your actions.
- /timer 1 60 /mode $chan -bb ~q: $+ $address($1, 2) ~n: $+ $address($1, 2)
- 995441 - !mute script: script mute
-
- on @*:text:!mute*:#:{
- if ($nick(#,$nick,oh)) {
- if ($2 != kyle|Darkblood89) {
- mode $chan -aohv+bm $2 $2 $2 $2 ~q: $+ $address($2,2)
- msg $chan I just muted $2 Reason: $3-
- }
- }
- }
- 995437 - !mute script: script mute
-
- on *:text:!mute*:#:{
- if ($nick isop $chan) || ($nick ishop $chan) {
- if ($2 != kyle|Darkblood89) {
- mode # -a $2 | mode # -o $2 | mode # -h $2 | mode # -v $2
- mode $chan +m
- mode $chan +b ~q: $+ $address($2,2)
- msg $chan I just muted $2 Reason: $3-
- }
- 995433 - !mute script: script mute
-
- on *:text:!mute*:#:{
- if ($nick isop $chan) || ($nick ishop $chan) {
- if ($2 != kyle|Darkblood89) {
- /mode # -aohv $2 $2 $2 $2
- /mode $chan +m
- /mode $chan +b ~q: $+ $address($2,2)
- /msg $chan I just muted $2 Reason: $3-
- }
- 995431 - !mute script: script mute
-
- on *:text:!mute*:#:{
- if ($nick isop $chan) || ($nick ishop $chan) {
- if ($2 != kyle|Darkblood89) {
- /mode # -aohv $2
- /mode $chan +m
- /mode $chan +b ~q: $+ $address($2,2)
- /msg $chan I just muted $2 Reason: $3-
- }
- 994256 - Mute Script - EcKstasy script mute eckstasy
- preview unavailable
- 927273 - Mute script: script ant max mute
-
- on *:text:!mute *:#svclan, #bwtmc, #sv-war, #sv_war, #malt-o-meal: {
- if ($2 == $me) { halt }
- if ($nick isop $chan) && ($2 isprotect $chan) { halt }
- if ($nick ishop $chan) && ($2 ishop $chan) { halt }
- if ($nick ishop $chan) && ($2 isop $chan) { halt }
- 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 }
- }
- on *:text:!unmute *:#svclan, #sv-war, #sv_war, #bwtmc, #malt-o-meal: {
- 927263 - Mute script: script ant max mute
-
- on *:text:!mute *:#svclan, #bwtmc, #sv-war, #sv_war, #malt-o-meal: {
- if ($2 == $me) { return }
- if (($nick isop $chan) && ($2 isprotect $chan)) { return }
- if (($nick ishop $chan) && ($2 ishop $chan)) { return }
- if (($nick ishop $chan) && ($2 isop $chan)) { return }
- if (($nick isop $chan) || ($nick ishop $chan)) {
- mode $chan -o $2
- mode $chan -a $2