This commit is contained in:
theory 2014-03-31 02:16:58 -06:00
parent 556e7a9ed0
commit 1abcfb6fd9
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ "name": "gun"
, "version": "0.0.1o"
, "version": "0.0.1p"
, "author": "Mark Nadal"
, "description": "Graph engine."
, "engines": {

View File

@ -168,7 +168,7 @@ module.exports = require('theory')
if(!m || !m.how){ return }
if(m.where && m.where.mid){
console.log("echo echo echo");
console.log(m);
console.log(m);
if(opt.src && opt.src.reply){
m.what.count += 1;
if(87 < m.what.count){ return }