]> jfr.im git - irc/evilnet/znc.git/commitdiff
change default flood rate to a more correct value origin/znc-1.6.5-evilnet
authorRubin <redacted>
Mon, 29 May 2017 08:02:59 +0000 (01:02 -0700)
committerRubin <redacted>
Mon, 29 May 2017 08:02:59 +0000 (01:02 -0700)
src/IRCNetwork.cpp

index 53e3b267908c45e7dd1800527dafb8eb3c648c45..46c33f60372bd9df2cb014175bddc06d31195495 100644 (file)
@@ -122,8 +122,8 @@ CIRCNetwork::CIRCNetwork(CUser *pUser, const CString& sName) {
        m_bIRCAway = false;
        m_sEncoding = "";
 
-       m_fFloodRate = 1;
-       m_uFloodBurst = 4;
+       m_fFloodRate = 2;
+       m_uFloodBurst = 9;
 
        m_uJoinDelay = 0;