mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
8 lines
313 B
Markdown
8 lines
313 B
Markdown
# Communications
|
|
|
|
TODO: Remove this page?
|
|
|
|
- [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)
|
|
and is a building block for implementing other game systems. It's used by the
|
|
`page` command by default.
|