mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 23:47:16 +02:00
Update Changelog and contrib docs
This commit is contained in:
parent
671cab5cfd
commit
867b8c68cf
8 changed files with 226 additions and 27 deletions
|
|
@ -43,7 +43,7 @@ For the `look`-command (and anything else written by the player), the `text` `co
|
|||
|
||||
### Inputfuncs
|
||||
|
||||
On the Evennia server side, a list of [inputfuncs](Inputfuncs) are registered. You can add your own by extending `settings.INPUT_FUNC_MODULES`.
|
||||
On the Evennia server side, a list of [inputfuncs](../Components/Inputfuncs.md) are registered. You can add your own by extending `settings.INPUT_FUNC_MODULES`.
|
||||
|
||||
```python
|
||||
inputfunc_commandname(session, *args, **kwargs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue