I stick with my alias.. wink but do somone know how to remove key from $chan(#).mode ? in the popup i dont need to show the key at all.. so it should be striped out.. and $chan(#).mode return mode +m if a key set in the channel includes a m.. like topic my master Is Here .. then it see the channel as moderated cos of that m.. :tongue:
Code:
menu channel {
  ..$style(1) &Currently » $chan $chan(#).mode :/
  ..-
  ..$iif(s isin $chan(#).mode,$style(1)) &Secret » +s «:_cmode s
}
«:_cmode
  if ($1 == s) { goto s }
}

this is how i call the mode, then it match the channel mode and set +s if its not set that already, if its +s then it removes it.