MeMO UnBaN LaSt With Command

By MaSt3R on Dec 12, 2012

Unban LaSt With Input Command
Input Command: .ubl

#ubl on
On @*:input:*:{
    if ($1 == .b) && ($3 == 1) { mode # +b $address($2,1) }
    if ($1 == .-b) && ($3 == 1) { mode # -b $address($2,1) }
    if ($1 == .b) && ($3 == 2) { mode # +b $address($2,2) }
    if ($1 == .-b) && ($3 == 2) { mode # -b $address($2,2) }
    if ($1 == .b) && ($3 == 3) { mode # +b $address($2,3) }
    if ($1 == .-b) && ($3 == 3) { mode # -b $address($2,3) }
    if ($1 == .b) && ($3 == 4) { mode # +b $address($2,4) }
    if ($1 == .-b) && ($3 == 4) { mode # -b $address($2,4) }
    if ($1 == .b) && ($3 == 5) { mode # +b $address($2,5) }
    if ($1 == .-b) && ($3 == 5) { mode # -b $address($2,5) }
    if ($1 == .b) && ($3 == 6) { mode # +b $address($2,6) }
    if ($1 == .-b) && ($3 == 6) { mode # -b $address($2,6) }
    if ($1 == .b) && ($3 == 7) { mode # +b $address($2,7) }
    if ($1 == .-b) && ($3 == 7) { mode # -b $address($2,7) }
    if ($1 == .b) && ($3 == 8) { mode # +b $address($2,8) }
    if ($1 == .-b) && ($3 == 8) { mode # -b $address($2,8) }
    if ($1 == .b) && ($3 == 9) { mode # +b $address($2,9) }
    if ($1 == .-b) && ($3 == 9) { mode # -b $address($2,9) }
    if ($1 == .b) && ($3 == 10) { mode # +bbb $address($2,1) $address($2,4) $address($2,5) }
    if ($1 == .-b) && ($3 == 10) { mode # -bbb $address($2,1) $address($2,4) $address($2,5) }
    if ($1 == .-b) && ($3 == 10) { mode # -bbb $address($2,1) $address($2,4) $address($2,5) }
    if ($1 == .b) && ($3 == n) { mode # +b $nick }
    if ($1 == .-b) && ($3 == n) { mode # +b $nick }
    if ($1 == .ubl) { mode # -b %banmask11 } 
  }

On *:Ban:#:{ set %banmask11 $banmask } 
#ubl end

menu channel {
  UnBaN LaSt For Channel Operator
  .ON:/enable #ubl
  .OFF:/disable #ubl
}

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.