mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Add pronoun parsing for msg_contents inlinefuncs
This commit is contained in:
parent
9cb807a73c
commit
9d6cb98349
15 changed files with 1063 additions and 24 deletions
|
|
@ -58,6 +58,7 @@ Concepts/Async-Process
|
|||
Concepts/Banning
|
||||
Concepts/Bootstrap-&-Evennia
|
||||
Concepts/Building-Permissions
|
||||
Concepts/Change-Messages-Per-Receiver
|
||||
Concepts/Clickable-Links
|
||||
Concepts/Colors
|
||||
Concepts/Concepts-Overview
|
||||
|
|
@ -320,6 +321,7 @@ api/evennia.server.game_index_client.service
|
|||
api/evennia.server.initial_setup
|
||||
api/evennia.server.inputfuncs
|
||||
api/evennia.server.manager
|
||||
api/evennia.server.markup
|
||||
api/evennia.server.models
|
||||
api/evennia.server.portal
|
||||
api/evennia.server.portal.amp
|
||||
|
|
@ -393,6 +395,7 @@ api/evennia.utils.utils
|
|||
api/evennia.utils.validatorfuncs
|
||||
api/evennia.utils.verb_conjugation
|
||||
api/evennia.utils.verb_conjugation.conjugate
|
||||
api/evennia.utils.verb_conjugation.pronouns
|
||||
api/evennia.utils.verb_conjugation.tests
|
||||
api/evennia.web
|
||||
api/evennia.web.admin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue