This website requires JavaScript.
Explore
Help
Sign in
Andreas
/
evennia
Watch
1
Star
0
Fork
You've already forked evennia
0
mirror of
https://github.com/evennia/evennia.git
synced
2026-03-17 05:16:31 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
273cc31146
evennia
/
docs
/
source
/
Components
/
Communications.md
Griatch
7e2a446bda
Added new docs for Channels and Msg
2021-05-09 22:37:43 +02:00
307 B
Raw
Blame
History
Communications
TODO: Remove this page?
Channels
- are used for implementing in-game chat rooms.
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.