KilllerX commented on a Page, tempop permops  -  Dec 05, 2011
menu channel { 
  Ops
  ..Perm Ops :{ 
    set %opnick $$?"What nick to you want to perm op?" 
    set %level $$?"What level should they be?" 
    /cs access # add %opnick %level 
  }
  ..Temp Ops :{ 
    set %tempopnick $$?"What nick to you want to temp op?" 
    set %temp $$?"What level should the be set at (Using +q,+a,+o,+h or -q,-a,-o,-h)?" 
    /mode # %temp %tempopnick %tempopnick
  }

  ..delete Ops :{ 
    set %delopnick $$?"What nick to you want to delete?"  
    /cs access # del %delopnick 
  }
}
menu channel,nicklist {
  ops
  ..Ban $1 :{
    set %banmsg $$?"What do you want the ban kick message to be?"
    mode $chan +b $address($1,2) 
    kick $chan $1 %banmsg 
  }

  .. Kick $1 :{
    set %kickmsg $$?"What would you like the kick message to be"
    kick $chan $1 %kickmsg
  }
}

No need for multiple Menu's. Just use one or 2.

 Respond  
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.