The $style(3) identifier wouldn't work in that. So we don't need to use it. It'd make no difference if we leave it in or take it out it'd still look the same. smile

Code:
menu channel {
  CTCP Blocker
  .Run: { 
    dialog -dm ctcpblocker ctcpblocker
  }
  .Unload: { 
    unload -rs ctcp.blocker.mrc
    unset %ctcp_blocker.* 
  }
}