mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Clean up protocol docs
This commit is contained in:
parent
f2c64e2903
commit
20520d99d5
5 changed files with 36 additions and 79 deletions
|
|
@ -116,7 +116,7 @@ This will be converted to a `commandtuple` looking like this:
|
|||
### outputfuncs
|
||||
|
||||
```{sidebar}
|
||||
`outputfuncs` are tightly coupled to the protocol and you usually don't need to touch them, unless you are adding a new protocol entirely.
|
||||
`outputfuncs` are tightly coupled to the protocol and you usually don't need to touch them, unless you are [adding a new protocol](./Protocols.md) entirely.
|
||||
```
|
||||
Since `msg()` is aware of which [Session](../Components/Sessions.md) to send to, the outgoing `commandtuple` is always end up pointed at the right client.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue