Changeset 804 for trunk/ithildin/modules/ircd/commands/akill.c
- Timestamp:
- 06/01/07 04:10:37 (5 years ago)
- File:
-
- 1 edited
-
trunk/ithildin/modules/ircd/commands/akill.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ithildin/modules/ircd/commands/akill.c
r801 r804 6 6 */ 7 7 8 #include <ithildin/ stand.h>8 #include <ithildin/ithildin.h> 9 9 10 10 #include "ircd.h" … … 14 14 15 15 MODULE_REGISTER("$Rev$"); 16 /* 17 @DEPENDENCIES@: ircd 18 @DEPENDENCIES@: ircd/addons/acl 19 */ 16 const char *mdepends[] = MDEPENDS; 20 17 21 18 static const char *acl_akill_type = "akill";
Note: See TracChangeset
for help on using the changeset viewer.
