This commit is contained in:
theory 2014-03-31 02:53:36 -06:00
parent fafac02811
commit 9d6915b845
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
{ "name": "gun"
, "version": "0.0.1s"
, "version": "0.0.1t"
, "author": "Mark Nadal"
, "description": "Graph engine."
, "engines": {
@ -8,7 +8,7 @@
, "dependencies": {
"mime": "~>1.2.11",
"theory": "~>0.2.6",
"coalesce": "~>0.1.9bo",
"coalesce": "~>0.1.9bp",
"aws-sdk": "~>2.0.0",
"fakeredis": "~>0.1.3",
"redis": "~>0.10.1",

View File

@ -169,10 +169,10 @@ module.exports = require('theory')
if(m.where && m.where.mid){
console.log("echo echo echo");
console.log(m);
if(opt.src && opt.src.reply){
if(opt.src && opt.src.send){
m.what.count += 1;
if(87 < m.what.count){ return }
opt.src.send(m);
if(22 < m.what.count){ return }
opt.src.send(m);
}
return;
}