Thanks
Would it be possible to do something like this?
xml code:
<AutoResponder>
<Word>
<Trigger>hey</Trigger>
<Response>hi</Response>
<!--
Number between 1 - 10
10 being takes precedence over all others
1 being last one selected
-->
<Priority>9</Priority>
</Word>
<Word>
<Trigger>
hey
hello
hi
yo
</Trigger>
<Response>hey mate how are you?</Response>
<Priority>10</Priority>
</Word>
</AutoResponder>
And it will respond to either hey, hello, hi or yo?