added basic ssl support to ircu
[ircu2.10.12-pk.git] / ircd / m_notice.c
index 09d68a70f0aff780c7f853c3736bcb89d7dc6d32..6f2d295f37ab1616f4053ee9a296d5f870ed9145 100644 (file)
@@ -83,6 +83,7 @@
 
 #include "client.h"
 #include "ircd_chattr.h"
+#include "ircd_log.h"
 #include "ircd_relay.h"
 #include "ircd_reply.h"
 #include "ircd_string.h"
@@ -91,7 +92,7 @@
 #include "numeric.h"
 #include "send.h"
 
-#include <assert.h>
+/* #include <assert.h> -- Now using assert in ircd_log.h */
 #include <string.h>
 
 #if !defined(XXX_BOGUS_TEMP_HACK)
@@ -148,7 +149,7 @@ int m_notice(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
 }
 
 /*
- * ms_notice - server message handler template
+ * ms_notice - server message handler
  */
 int ms_notice(struct Client* cptr, struct Client* sptr, int parc, char* parv[])
 {