]> jfr.im git - irc/quakenet/newserv.git/blobdiff - qabot/qabot.c
Merge default into chanserv-live.
[irc/quakenet/newserv.git] / qabot / qabot.c
index ac472f3b1572886735f0e34b9bc933ce2ef092b4..0f26afca1f304925a757e2aeadfc041c541b4a42 100644 (file)
@@ -451,7 +451,7 @@ void qabot_child_handler(nick* me, int type, void** args) {
       }
       
       if (bot->flags & QAB_FLOODDETECT) {
-        crc = crc32i(text);
+        crc = irc_crc32i(text);
         if (crc == qab_lastq_crc) {
           qab_lastq_count++;
           if (qab_lastq_count >= 3) {