added basic ssl support to ircu
[ircu2.10.12-pk.git] / ircd / m_quit.c
index e09dc3c66e05ee20f792922a1236f200f425bc29..9ccc361566d6e0078a7766ad4ab7551b79c53e29 100644 (file)
 #include "channel.h"
 #include "client.h"
 #include "ircd.h"
+#include "ircd_log.h"
 #include "ircd_string.h"
 #include "struct.h"
 #include "s_misc.h"
 #include "ircd_reply.h"
 
-#include <assert.h>
+/* #include <assert.h> -- Now using assert in ircd_log.h */
 #include <string.h>
 
 /*
@@ -119,7 +120,7 @@ int m_quit(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
 
 
 /*
- * ms_quit - server message handler template
+ * ms_quit - server message handler
  *
  * parv[0] = sender prefix
  * parv[parc - 1] = comment