mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Merge pull request #3378 from alephate/main
Added "where" to stop word filter exceptions.
This commit is contained in:
commit
e73209899b
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