I propose a minor fix, one that doesn’d do much and likely requires little work to implement.
Some people, including me, utilize both Pose and Say commands and, since one adds quotation marks and the other does not, sometimes make a small mistake of adding " at the end of Say command.
Example: write Say message" returns “message”". It gets a bit annoying at times.
A simple check that removes the second " would render this small problem non-existant
It may be possible that the quotes your keyboard is entering in isn’t the same ascii/unicode character as ", the double quote character in question, as you can see from your post, there are actually three different quote marks in your example: The slanted starting quote [], the slanted ending quote [ ], and the neutral quote [ ]. Some keyboard languages and some operating systems are extremely dumb about which quote to use when (usually in trying to conform to the user’s language stylings), and it could be that the specific settings your device uses by default decide to use something other than Unicode character U+0022 (there’s a reference here on all the types of quotes if your curious).
Technical babble out of the way, could you possibly tell us a little about how you access Wolfery? Really just device type and language settings, as that may go to help fix this bug.
Trimming of the trailing quote-mark is only done when using the " alias, instead of using say command.
Which ones of the above is not behaving properly?
Based on this I can confirm everything is working as intended for me then.
I guess that makes this thread more of a feature request then - which I’d support because I can’t think of any reason people would actually want to be able to start or end their message with double-double quotes, as opposed to the amount of people who I see accidentally doing it.