menu channel {
Flood Protection
.Repeated Messages ( $+ $iif($group(#protect.flood), Enabled, Disabled) $+ ): {
var %word = $iif($group(#protect.flood), disable, enable)
. [ $+ [ %word ] ] #protect.flood
/echo -a Flood Protection Is Now: $+(%word,d)
}
.Spam ( $+ $iif($group(#protect.spam), Enabled, Disabled) $+ ): {
var %word = $iif($group(#protect.spam), disable, enable)
. [ $+ [ %word ] ] #protect.spam
/echo -a Spam Protection Is Now: $+(%word,d)
}
}