Made a first version of the new OOB infrastructure, works with normal text-command sending.

This commit is contained in:
Griatch 2016-01-28 23:08:40 +01:00
parent 4817ec90b3
commit 2d826df2f4
2 changed files with 3 additions and 2 deletions

View file

@ -212,7 +212,7 @@ class ServerSessionHandler(SessionHandler):
# validate all scripts
_ScriptDB.objects.validate()
self[sess.sessid] = sess
sess.data_in(text=CMD_LOGINSTART)
self.data_in(sess, text=(CMD_LOGINSTART,))
def portal_session_sync(self, portalsessiondata):
"""