diff --git a/evennia/server/oob_cmds.py b/evennia/server/oob_cmds.py index 4af506186..c7dcc6752 100644 --- a/evennia/server/oob_cmds.py +++ b/evennia/server/oob_cmds.py @@ -45,7 +45,7 @@ Data is usually returned to the user via a return OOB call: Oobcmdnames (like "MSDP.LISTEN" / "LISTEN" above) are case-sensitive. Note that args, kwargs must be iterable. Non-iterables will be interpreted as a new command name (you can send multiple oob commands -with one msg() call)) +with one msg() call) Evennia introduces two internal extensions to MSDP, and that is the MSDP_ARRAY and MSDP_TABLE commands. These are never sent across the