Ok, i have a script that I can use, but I dont get why there is a space of nothing right before my words....
"<MyNick> There are spaces right before my text"
"<MyNick> While normally, there is just one space w/o a script"

The script that I am using is

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


If you can figure out why it is doing this, it would be greatly appreciated! THANKS!