From 79e9346de9b846e25d0ec829b1564fe13f51fb7a Mon Sep 17 00:00:00 2001 From: Tristano Ajmone Date: Thu, 5 Mar 2015 00:37:05 +0100 Subject: [PATCH] TYPO COMMENTS: extra bracket with one msg() call)) to with one msg() call) --- evennia/server/oob_cmds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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