fixed some collisions with older commits
[ircu2.10.12-pk.git] / ircd / m_quit.c
index 20b8224145f2bff5a9a8224a1ddd60eed8df33a1..9c06b31ccc78d29684a9622f9c2f20ebbff76eba 100644 (file)
@@ -105,7 +105,7 @@ int m_quit(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
   assert(0 != sptr);
   assert(cptr == sptr);
 
-  if (!irc_strcmp(parv[parc - 1], "ZOMBIE")) {
+  if (!ircd_strcmp(parv[parc - 1], "ZOMBIE")) {
     zombie_client(&me, &me, sptr);
     return 0;
   }