evennia/docs/source/Components/Communications.md
2021-05-09 22:37:43 +02:00

8 lines
307 B
Markdown

# Communications
TODO: Remove this page?
- [Channels](./Channels) - are used for implementing in-game chat rooms.
- [Msg](./Msg)-objects are used for storing messages in the database (email-like)
and is a building block for implementing other game systems. It's used by the
`page` command by default.