addEventHandler( "onPlayerLogin", root, function ( _,acc )
if ( isObjectInACLGroup ( "user."..getAccountName ( acc ), aclGetGroup ( "Console" ) ) ) then
outputChatBox ( "* "..getPlayerName ( source ).." ' Console ' Login in", root, 255, 0, 0, true )
end
end )