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/addons/cmode_strip.c

    r787 r804  
    2525MODULE_REGISTER("$Rev$"); 
    2626 
    27 /* 
    28 @DEPENDENCIES@:        ircd 
    29 @DEPENDENCIES@: ircd/addons/core 
    30 */ 
     27const char **mdepends = [ 
     28    "ircd", 
     29    NULL 
     30] 
    3131 
    3232static unsigned char chanmode_strip; 
Note: See TracChangeset for help on using the changeset viewer.