X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fm_cprivmsg.c;h=afda1bc99ba3e6718fd4362b000ae91f32ad7fe5;hb=refs%2Fheads%2Fupstream;hp=19b986faad3abd9b3d849f6a37fa81a3d296aa5e;hpb=ae91ef6320f611af74e70a0db2620c338fbaa7d5;p=ircu2.10.12-pk.git diff --git a/ircd/m_cprivmsg.c b/ircd/m_cprivmsg.c index 19b986f..afda1bc 100644 --- a/ircd/m_cprivmsg.c +++ b/ircd/m_cprivmsg.c @@ -79,20 +79,15 @@ * 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 "ircd_log.h" #include "ircd_reply.h" #include "ircd_string.h" #include "s_user.h" -#include +/* #include -- Now using assert in ircd_log.h */ /* * m_cprivmsg - generic message handler