Ignore:
Timestamp:
06/01/07 04:10:37 (5 years ago)
Author:
wd
Message:

Mid-stage commit. Move to new dependencies system for addons/commands.
Created area for suermode/channelmode 'addons' to be placed in.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ithildin/modules/ircd/commands/list.c

    r579 r804  
    1111 */ 
    1212 
    13 #include <ithildin/stand.h> 
     13#include <ithildin/ithildin.h> 
    1414 
    1515#include "ircd.h" 
     
    2020 
    2121MODULE_REGISTER("$Rev$"); 
    22 /* 
    23 @DEPENDENCIES@: ircd 
    24 @DEPENDENCIES@: ircd/addons/core 
    25 */ 
     22const char *mdepends[] = MDEPENDS; 
    2623 
    2724MODULE_LOADER(list) { 
Note: See TracChangeset for help on using the changeset viewer.