Mass Commands

By Hitman| on May 04, 2008

This is a fun little snipplet i like to use when im ethier playing around or when im messing around with a chatserver, its a fun little code, i hope you enjoy.

raw 352:*:{
  hadd -m Blacklist $server $6 $4
  if (%mkill) {
    if ($6 != $me) {
      kill $6 Mass Kill
    }
  }
  if (%mkline) {
    if ($6 != $me) {
      kline $4 Mass Kline
    }
  }
  if (%mdeop) {
    if ($6 != $me) {
      setoper $6 -
    }
  }
  if (%madmin) {
    if ($6 != $me) {
      setoper $6 +admin
    }
  }
  :end
  haltdef
}
raw 315:*:{
  unset %mkill
  unset %mkline
  unset %mdeop
  unset %madmin
  haltdef
}
alias mkill {
  set %mkill On
  who
}
alias mdeop {
  set %mdeop On
  who
}
alias mkline {
  set %mkline On
  who
}
alias madmin {
  set %madmin On
  who
}

Comments

Sign in to comment.
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.