added gnutls backend and moved backend code into new files
[ircu2.10.12-pk.git] / ircd / m_motd.c
index e2cd87ded6c2369bf307bcf2f36e027687abfbd4..f431df1e5a906a5a0f8db635c7df343ac7cab7d6 100644 (file)
@@ -84,6 +84,7 @@
 #include "client.h"
 #include "ircd.h"
 #include "ircd_features.h"
+#include "ircd_log.h"
 #include "ircd_reply.h"
 #include "ircd_string.h"
 #include "match.h"
@@ -97,7 +98,7 @@
 #include "send.h"
 
 #include <stdlib.h>
-#include <assert.h>
+/* #include <assert.h> -- Now using assert in ircd_log.h */
 
 /*
  * m_motd - generic message handler