This commit is contained in:
theory 2014-03-26 18:03:35 -06:00
parent 4ede6d7012
commit ec7ea880b2

View File

@ -11,8 +11,10 @@ module.exports=require('theory')
}
echo.state = function(m){
console.log(m, 'yay server');
console.log(a(m,'what.url'));
if(echo.shot.server(m,a.com.reply)){ return }
m.what.body = '';
m.what.body = 'module.exports = {boo: "yay"};';
m.what.type = 'js';
a.com.reply(m);
};
/*echo.shot.stream.on(function(m){