How can I get the next phrase someone says after a word?
Example: (stars are wildcards)
<nick> *help*
<other nick> *
<nick> how can i do this?
I want the script to 'listen' after the word help if spoken by the person 'nick' (even if it is in a sentence). I want the script to get the first phrase the nick says AFTER the help matchtext. In the case of the example this would be 'how can i do this?'
Is this possible and if so, how? Any help is extremely appreciated!