mirror of
https://github.com/amark/gun.git
synced 2025-06-06 22:26:48 +00:00
boo
This commit is contained in:
parent
556e7a9ed0
commit
1abcfb6fd9
@ -1,5 +1,5 @@
|
|||||||
{ "name": "gun"
|
{ "name": "gun"
|
||||||
, "version": "0.0.1o"
|
, "version": "0.0.1p"
|
||||||
, "author": "Mark Nadal"
|
, "author": "Mark Nadal"
|
||||||
, "description": "Graph engine."
|
, "description": "Graph engine."
|
||||||
, "engines": {
|
, "engines": {
|
||||||
|
2
shots.js
2
shots.js
@ -168,7 +168,7 @@ module.exports = require('theory')
|
|||||||
if(!m || !m.how){ return }
|
if(!m || !m.how){ return }
|
||||||
if(m.where && m.where.mid){
|
if(m.where && m.where.mid){
|
||||||
console.log("echo echo echo");
|
console.log("echo echo echo");
|
||||||
console.log(m);
|
console.log(m);
|
||||||
if(opt.src && opt.src.reply){
|
if(opt.src && opt.src.reply){
|
||||||
m.what.count += 1;
|
m.what.count += 1;
|
||||||
if(87 < m.what.count){ return }
|
if(87 < m.what.count){ return }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user