Anyone who has an if (activity >= 100) then they can post every 4 seconds.
That's incorrect. With Activity = 100, you have to wait 12 seconds between posts. The minimum of 4 seconds is only reached when Activity = 500. The 12 seconds is totally fine for normal posting, but the 4 seconds is often annoying when reporting spam.