ALl triggers are lower cased -- is it possible to create a trigger that doesn't? I have a user of my chatbot that he wants to decrypt a string. So that string is in upper / lower case etc.
I have code in my chatbot that looks at the response. If the response starts with: LocalCommand, RemoteCommand it tries to execute the command, the results of that command is what gets sent to the user. This is configurable and can check if that user is allowed to run that command etc. Anyway is there a way to ignore the case of what is input in \<star1>? Something like this:
ALl triggers are lower cased -- is it possible to create a trigger that doesn't? I have a user of my chatbot that he wants to decrypt a string. So that string is in upper / lower case etc.
I have code in my chatbot that looks at the response. If the response starts with: LocalCommand, RemoteCommand it tries to execute the command, the results of that command is what gets sent to the user. This is configurable and can check if that user is allowed to run that command etc. Anyway is there a way to ignore the case of what is input in \<star1>? Something like this:
I am asking first. I plan on creating one for my chatbot....