Add missing disconnect() in throttle

This commit is contained in:
Calvin Montgomery 2015-04-10 12:05:27 -05:00
parent 976228683b
commit 84579c0d60
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ function throttleIP(sock) {
reason: "Your IP address is connecting too quickly. Please "+
"wait 10 seconds before joining again."
});
sock.disconnect();
return true;
}