]> jfr.im git - irc/quakenet/newserv.git/blobdiff - patricianick/patricianick.h
CHANSERV: don't delete the last user/channel to prevent id reuse
[irc/quakenet/newserv.git] / patricianick / patricianick.h
index 339c20d10880f43b042543bbf98ec6955fbf285c..20867865bb9e9f5defeb7ecb70034bbf836da43a 100644 (file)
@@ -4,7 +4,7 @@
 #include "../nick/nick.h"
 
 #define PATRICIANICK_HASHSIZE   5
-#define pn_getidenthash(x)      ((crc32i(x)) % PATRICIANICK_HASHSIZE)
+#define pn_getidenthash(x)      ((irc_crc32i(x)) % PATRICIANICK_HASHSIZE)
 #define PATRICIANICK_MAXRESULTS 1000
 
 typedef struct patricianick_s {