Changeset 806 for trunk/ithildin/modules/ircd/protocols/bahamut14.c
- Timestamp:
- 06/01/07 11:09:07 (5 years ago)
- File:
-
- 1 edited
-
trunk/ithildin/modules/ircd/protocols/bahamut14.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ithildin/modules/ircd/protocols/bahamut14.c
r579 r806 2 2 * bahamut14.c: the DALnet-ized server<->server protocol 3 3 * 4 * Copyright 2002 the Ithildin Project.4 * Copyright 2002-2007 the Ithildin Project. 5 5 * See the COPYING file for more information on licensing and use. 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/akill ircd/commands/capab 19 @DEPENDENCIES@: ircd/commands/gnotice ircd/commands/services 20 @DEPENDENCIES@: ircd/commands/sqline ircd/commands/svskill 21 @DEPENDENCIES@: ircd/commands/svsmode ircd/commands/svsnick 22 */ 15 const char *mdepends[] = MDEPENDS; 16 /* we do not link to these modules, but want them to be loaded to support 17 * features of the protocol */ 18 const char *msoftdepends[] = { 19 "ircd.command.akill", "ircd.command.capab", 20 "ircd.command.gnotice", "ircd.command.services", 21 "ircd.command.sqline", "ircd.command.svskill", 22 "ircd.command.svsmode", "ircd.command.svsnick", 23 NULL 24 }; 23 25 24 26 uint64_t protocol_flags = PROTOCOL_SFL_SJOIN | PROTOCOL_SFL_NOQUIT |
Note: See TracChangeset
for help on using the changeset viewer.
