evennia/docs/source/Components/Communications.md

9 lines
307 B
Markdown
Raw Normal View History

2020-04-07 23:13:24 +02:00
# Communications
2021-05-09 22:36:44 +02:00
TODO: Remove this page?
2020-04-07 23:13:24 +02:00
2021-05-09 22:36:44 +02:00
- [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.