Hey everyone!
So I’m trying to match the pattern
topic: ~keywordless keep repeat nostay()
#! What you call
s: ( What you call ) hello
But :verify gives me
kent: > :verify
Command: :verify
VERIFYING ~keywordless ......
Pattern failed to match 1 ~keywordless.0.0: What you call => s: ( What you call )
Adjusted Input: what be you call
Canonical Input: what be you call
The following works
topic: ~keywordless keep repeat nostay()
#! you call
s: ( you call ) hello
so I’m assuming there is some special property with the word “What”?
Can someone help me get this exact pattern with “What” working? I’m using the default Harry bot as my control script (with minor naming changes). The keywordless.top is my only other script for this bot.
Thanks!