diff --git a/README.md b/README.md
index 3c13a98..3e3ade3 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,6 @@ I mainly did this for my own personal amusement/as a pet project.
* This could be used by nefarious actors to phish NickServ/Oper passwords, so end users should be wary of this
* No SSL/TLS support (/socklisten doesn't support these)
* Not IRCv3 compliant (though I personally don't consider this to be a bad thing as IRC conversation is supposed to be ephemeral)
-* No flood protection such as Excess Flood
* Sockets have a max size they can send data (Interestingly, this limitation didn't exist in mIRC 6.35 ¬_¬)1
* Some commands are missing: anything related to server linking (ACCOUNT, BURST, JUPE, etc.)
@@ -31,4 +30,4 @@ Please consult readme.txt on how to get it running. -Jigsy
-1 Though this could be an issue in Windows 8.1.
+1 Though this could be an issue related to Windows 8.1.