Merge 0.9->0.10

This commit is contained in:
Kim Alvefur 2014-09-02 22:33:11 +02:00
commit c80b30a71c
9 changed files with 43 additions and 9 deletions

View file

@ -170,6 +170,10 @@ function console_listener.ondisconnect(conn, err)
end
end
function console_listener.ondetach(conn)
sessions[conn] = nil;
end
-- Console commands --
-- These are simple commands, not valid standalone in Lua