i have maded on nicklist popup this:

$iif($me isop #, Op modes, $style(2) Op modes)
.$iif($me isop #, ( +o ) deop, $style(2) ( +o ) op):/op $1 $2 $3
.$iif($me isop #, ( -o ) deop, $style(2) ( -o ) deop):/deop $1 $2 $3

and it enables those options IF i am OP in chan and disables if i am NOT op in chan... and thatz ok

but i have same thing but with halfop

and i tried to combine --> if $me ishop with
kick and ban options

now better described:

when i am op i can kick/ban, wehn i am not then i cant, i tried same with helpop mode BUT then it wont work when i am op and vice versa... it works ONLY IF i am OP OR when i am HOP, not with both cases:

code for kick/ban:

$iif($me isop #, Kick/Ban, $style(2) Kick/Ban)

but i cant make combined

$iif($me isop #, Kick/Ban, $style(2) Kick/Ban)
$iif($me ishop #, Kick/Ban, $style(2) Kick/Ban)

so it cant simultaneusly work both...

if some1 understnd me and can help i would be gratefull