diff -r 13e2bd256a20 -r dcb5bce69a0f core/sessionmanager.lua --- a/core/sessionmanager.lua Sun Nov 16 05:03:21 2008 +0500 +++ b/core/sessionmanager.lua Sun Nov 16 05:06:38 2008 +0500 @@ -55,11 +55,6 @@ end end -function send_to_session(session, data) - log("debug", "Sending: %s", tostring(data)); - session.conn.write(tostring(data)); -end - function make_authenticated(session, username) session.username = username; if session.type == "c2s_unauthed" then