X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fm_tmpl.c;h=88480ee129d2ddfdd5f2d5c6a9575670231d998c;hb=refs%2Fheads%2Fupstream-ssl;hp=0b2eeef3b8356685fa12eb78592e20745c45b339;hpb=ae91ef6320f611af74e70a0db2620c338fbaa7d5;p=ircu2.10.12-pk.git diff --git a/ircd/m_tmpl.c b/ircd/m_tmpl.c index 0b2eeef..88480ee 100644 --- a/ircd/m_tmpl.c +++ b/ircd/m_tmpl.c @@ -79,24 +79,19 @@ * note: it is guaranteed that parv[0]..parv[parc-1] are all * non-NULL pointers. */ -#if 0 -/* - * No need to include handlers.h here the signatures must match - * and we don't need to force a rebuild of all the handlers everytime - * we add a new one to the list. --Bleep - */ -#include "handlers.h" -#endif /* 0 */ +#include "config.h" + #include "client.h" #include "hash.h" #include "ircd.h" +#include "ircd_log.h" #include "ircd_reply.h" #include "ircd_string.h" #include "numeric.h" #include "numnicks.h" #include "send.h" -#include +/* #include -- Now using assert in ircd_log.h */ /* * m_tmpl - generic message handler