KilllerX commented on a Page, tempop permops  -  Dec 05, 2011

again, if you want it fully nicklist. It doesn't take much to keep things organized in 1 list of Menu

Menu Nicklist {
  Ops
  ..Perm Ops :{ 
    set %level $$?"What level should they be?" 
    /cs access # add $1 %level 
  }
  ..Temp Ops :{ 
    set %temp $$?"What level should the be set at (Using +q,+a,+o,+h or -q,-a,-o,-h)?" 
    /mode # %temp $1 %tempopnick
  }

  ..delete Ops :{ 
    set %delopnick $$?"What nick to you want to delete?"  
    /cs access # del $1
  }
  ..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
  }
}

this keeps it all organized, into a op > while also not having to type out, menu nicklist each time.

one Menu would suffice.

 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.