Now i got this to work:
Code:
Modes
.$iif(+n isin $chan(#).mode,$style(1)) Modes change:/

but can i make popup/remote notice that if +n isin $chan(#).mode (do this) elseif +n !isin $chan(#).mode (do that)
i hope you understand what i mean.. cos now i see the same menu if +n is set to a channel.. i want it to do like /mode # +n (if +n arent in chanmode) and /mode # -n (if +n isin chanmode), i guess i could call a alias, but i think it's an easyer wat to solve it? :tongue: