Quote:
Nice little script you got for channel modes, do you happen to know how to do the one for ban, the one you did the popups seemed more better that what i had it at


Code:
menu channel {
  Channel Modes
  .Bans:
  ..Add Ban: /mode $active +b $$?="Enter Mask"
  ..$submenu($bans($1))
}
alias bans {
  if ($1 isin beginend) return -
  if ($ibl($chan, 0) == 0) {
    if (%menu.ban) { /unset %menu.ban | return $null }
    else { /inc %menu.ban | return No Bans Set:/halt }
  }
  if ($ibl($chan, $1)) return Remove $ifmatch :/mode $active -b $ifmatch
}


Like that?


-KingTomato