All pastes #1881594 Raw Edit

mIRC /mute command, put this int

public text v1 · immutable
#1881594 ·published 2010-06-12 09:29 UTC
rendered paste body
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)