You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Matt: S, remember what is your purpose? <reply> I pass butter
Stampy: Ok ProducerMatt, remembering that "what is your purpose?" reply "I pass butter"
Matt: What is your purpose?
Matt: what is your purpose?
Stampy: I pass butter
This is surprising because case insensitivity is enabled at several points in Factoids.py
Line 29: insensitive regex
Line 293: COLLATE NOCASE
At line 280 case_sensitive_like = false could be used but that wouldn't cover the problem above.
The text was updated successfully, but these errors were encountered:
An example:
This is surprising because case insensitivity is enabled at several points in Factoids.py
COLLATE NOCASE
At line 280
case_sensitive_like = false
could be used but that wouldn't cover the problem above.The text was updated successfully, but these errors were encountered: