mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Added "where" to stop word filter exceptions.
This commit is contained in:
parent
7a7416b084
commit
4b4f39d708
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ _LUNR_STOP_WORD_FILTER_EXCEPTIONS = [
|
|||
"get",
|
||||
"who",
|
||||
"say",
|
||||
"where",
|
||||
] + settings.LUNR_STOP_WORD_FILTER_EXCEPTIONS
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue