typo fixes

This commit is contained in:
0xDEADFED5 2025-03-30 01:18:11 -07:00
parent 5b2963fc46
commit 27a25929e4
2 changed files with 2 additions and 2 deletions

View file

@ -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 [inputfucs](Inputuncs) are registered. You can add your own by extending `settings.INPUT_FUNC_MODULES`.
On the Evennia server side, a list of [inputfuncs](Inputfuncs) are registered. You can add your own by extending `settings.INPUT_FUNC_MODULES`.
```python
inputfunc_commandname(session, *args, **kwargs)