I'm using this on a 3.8.x install and it's working for the most part. There are a few minor issues such as not remembering user preference when it comes to collapsed or open state of smilies, bbcode, etc., but that's not much of a concern.
The one question I do have however is in regards to bot configuration. I know how to use the bot and have it configured to answer specific questions but I don't know how to configure the bot for wildcard questions?
Essentially, the bot will only answer specific questions if they are input exactly as programmed, including punctuation for example:
Question: Is anyone here?
Bot: Yes I'm here, how are you {username}
...however, any changes to the original question will not yield results so for example:
Question: Is Anyone Here?
Bot: No response.
Question: Is Anyone Here
Bot: No response.
Question: anyone here?
Bot: No response.
...
Is there a way to configure the bot to reply to wildcard queries that have a portion of text that matches what's been programed in the ACP?
Thanks.