mirror of
https://github.com/evennia/evennia.git
synced 2026-03-23 00:06:30 +01:00
Got the IRC bot working with the new mechanism.
This commit is contained in:
parent
6c45d76b56
commit
ab6dcc605d
6 changed files with 39 additions and 35 deletions
|
|
@ -201,7 +201,7 @@ class ServerSessionHandler(SessionHandler):
|
|||
# protocols like SSH
|
||||
sess.player = _PlayerDB.objects.get_player_from_uid(sess.uid)
|
||||
sess.at_sync()
|
||||
# validate all script
|
||||
# validate all scripts
|
||||
_ScriptDB.objects.validate()
|
||||
self.sessions[sess.sessid] = sess
|
||||
sess.data_in(CMD_LOGINSTART)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue