mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 12:07:17 +02:00
Working on the OOB system, somewhat unstable at the moment.
This commit is contained in:
parent
d59500f574
commit
9ba212c264
6 changed files with 252 additions and 342 deletions
|
|
@ -103,15 +103,9 @@ class SessionHandler(object):
|
|||
def oobstruct_parser(self, oobstruct):
|
||||
"""
|
||||
Helper method for each session to use to parse oob structures
|
||||
(The 'oob' kwarg of the msg() method)
|
||||
((cmdname, (args), {}), ...)
|
||||
|
||||
|
||||
Allowed oob structures are:
|
||||
allowed oob structures are
|
||||
|
||||
|
||||
(The 'oob' kwarg of the msg() method).
|
||||
|
||||
Allowed input oob structures are:
|
||||
cmdname
|
||||
((cmdname,), (cmdname,))
|
||||
(cmdname,(arg, ))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue