evennia/docs/1.0-dev/_sources/Components/Communications.md.txt

9 lines
313 B
Text
Raw Normal View History

2020-06-13 00:36:45 +02:00
# Communications
2021-05-15 00:35:21 +02:00
TODO: Remove this page?
2020-06-13 00:36:45 +02:00
2021-10-26 21:41:11 +02:00
- [Channels](./Channels.md) - are used for implementing in-game chat rooms.
- [Msg](./Msg.md)-objects are used for storing messages in the database (email-like)
2021-05-15 00:35:21 +02:00
and is a building block for implementing other game systems. It's used by the
`page` command by default.