By simply sending the keyword, the bot will only recognize it if separated by spaces within the message.
You can use the wildcard character (*), which indicates zero, one or more characters, excluding spaces.
You can use the wildcard character (+), which indicates one or more characters, excluding spaces.
You can use the wildcard character (?), which indicates zero or one characters, excluding spaces.
By using double quotes (Example: "chelpbot"), the keyword will be recognized only if the user's message contains exactly that keyword and nothing else.
Using &&, the keyword will be recognized if the user's message contains all the indicated words but not necessarily consecutive and in the specified order. You can also specify more than 2 words together.
Examples of the numbers shown above can be found here:
Example Nr. | You set | ā The bot will recognize | ā The bot will NOT recognize |
|---|---|---|---|
1 |
| Welcome to chelp | Welcome to chelpbot |
2 |
| Welcome to chelpbot | Welcome to chelp bot |
3 |
| Welcome to chelpbot | Welcome to cbot |
4 |
| Welcome to chbot | Welcome to chelpbot |
5 |
| chelpbot | Welcome to chelpbot |
6 |
| chelp is a nice bot! | Channel Help is a nice bot! |