TYPO COMMENTS: extra bracket
with one msg() call)) to with one msg() call)
This commit is contained in:
parent
040a44c5cb
commit
79e9346de9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue