# | Line 50 | Line 50 | |
---|---|---|
50 | */ | |
51 | ||
52 | #include "stdinc.h" | |
53 | < | |
53 | > | #include "list.h" |
54 | #include "ircd.h" | |
55 | #include "event.h" | |
56 | #include "client.h" | |
57 | #include "send.h" | |
58 | #include "memory.h" | |
59 | < | #include "s_log.h" |
59 | > | #include "log.h" |
60 | #include "numeric.h" | |
61 | ||
62 | static const char *last_event_ran = NULL; | |
# | Line 96 | Line 96 | eventAdd(const char *name, EVH *func, vo | |
96 | } | |
97 | } | |
98 | /* XXX if reach here, its an error */ | |
99 | < | ilog(L_ERROR, "Event table is full! (%d)", i); |
99 | > | ilog(LOG_TYPE_IRCD, "Event table is full! (%d)", i); |
100 | } | |
101 | ||
102 | /* |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |