My script that i have now put down is
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
)
But now, it only shows the first word....everything else gets deleted. On the plus side, there isnt a space! Anything else you can pull out of thin air?!