changefd some methods

This commit is contained in:
plane000
2018-07-24 13:59:30 +01:00
parent 3f74792e84
commit c67293f535
3 changed files with 8 additions and 15 deletions

View File

@@ -17,10 +17,6 @@ io.on('connection', (socket) => {
console.log(`${utils.currenttime()} new client connected at ${ip}`)
socket.on('outward', async function(data) {
if (ip == '86.11.58.84' || ip == '178.128.34.116') {
socket.emit('receive', 'gey lol');
return;
}
// let rate = await rateLimit(socket);
// if (rate == -1) return;