Amazebot / bbot

An adaptable conversation engine for building bespoke bots.
MIT License
55 stars 2 forks source link

Fix `understandDirect` matcher #72

Closed timkinnane closed 6 years ago

timkinnane commented 6 years ago

Listener should match when the input text is prefixed with the bot's name and the rest of the message matches as per regular NLU listeners.

see https://github.com/Amazebot/bbot/blob/master/src/lib/listen.ts#317

related #14

timkinnane commented 6 years ago

Fixed and tested. https://github.com/Amazebot/bbot/blob/master/src/lib/listen.spec.ts#L245-L266