If $1 is the first word a user inputs, is there a way of doing this for a bot automatically in a similar way, so for example
Code:
on *:text:!watchtime:#: { 
  msg # FIRSTWORD has watched the stream for %duration hours .
} 

Is there any way of taking this FIRSTWORD and putting it elsewhere in the same script?