mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
boo
This commit is contained in:
parent
fafac02811
commit
9d6915b845
@ -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",
|
||||
|
6
shots.js
6
shots.js
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user