l3mpik / slither-feeder-bot

Slither.io FeederBots
MIT License
16 stars 17 forks source link

bots count fix (by WJKH) #29

Closed anonymousxxx02 closed 8 years ago

anonymousxxx02 commented 8 years ago

by WJKH

delete
bot.on('disconnected', function() { alive-- socket.emit('bcount', alive); console.log('Bot die'); and add bot.on('dead', function() { alive-- print(bot.name + ' died') socket.emit('bcount', alive); })