Changeset 806 for trunk/ithildin/modules/ircd/protocols/ithildin1.c
- Timestamp:
- 06/01/07 11:09:07 (5 years ago)
- File:
-
- 1 edited
-
trunk/ithildin/modules/ircd/protocols/ithildin1.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ithildin/modules/ircd/protocols/ithildin1.c
r787 r806 6 6 */ 7 7 8 #include <ithildin/ stand.h>8 #include <ithildin/ithildin.h> 9 9 10 10 #include "ircd.h" … … 13 13 14 14 MODULE_REGISTER("$Rev$"); 15 /* 16 @DEPENDENCIES@: ircd 17 @DEPENDENCIES@: ircd/addons/core 18 @DEPENDENCIES@: ircd/commands/gnotice 19 */ 15 const char *mdepends[] = MDEPENDS; 16 const char *msoftdepends[] = { 17 "ircd.command.gnotice", 18 NULL 19 }; 20 20 21 21 uint64_t protocol_flags = PROTOCOL_SFL_SJOIN | PROTOCOL_SFL_NOQUIT |
Note: See TracChangeset
for help on using the changeset viewer.
