Code:
#st on
on *:INPUT:*:{
  if ($left($1,1) == /) { .disable #st | / $+ $1- | .timer 1 3 .enable #st | halt }
  else say $+(4,$1-) | halt
}
#st end
menu channel {
  Script Talker
  .Enable: .enable #st
  .Disable: .disable #st
 }


Code:
#st on
before can not enable , now it's on / off code..