Closed bhatmanjokes closed 6 years ago
I would like to give multiple triggers for a single response, also i would like to access the '*' within them. For example:
+ my name * + people call me * + * is what you should call me - Ok, I will call you <star>.
What would be the correct way of doing this ?
Maybe:
+ (my name is|people call me) * - Ok, I will call you <star2>. + * is what you should call me @ my name is <star>
It is now working!! Thank you for your timely response!!
I would like to give multiple triggers for a single response, also i would like to access the '*' within them. For example:
What would be the correct way of doing this ?