This website requires JavaScript.
Explore
Help
Sign in
Annikka
/
evennia
Watch
1
Star
0
Fork
You've already forked evennia
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
f1b970d45a
evennia
/
docs
/
source
/
Components
/
Communications.md
Griatch
a51e4af609
Change to MyST parser
2021-10-26 21:31:20 +02:00
313 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.