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/cmodes_regonly.c

    r613 r804  
    2020MODULE_REGISTER("$Rev$"); 
    2121 
    22 /* 
    23 @DEPENDENCIES@:        ircd 
    24 @DEPENDENCIES@: ircd/addons/core 
    25 @DEPENDENCIES@: ircd/addons/umode_reg 
    26 */ 
     22const char **mdepends = [ 
     23    "ircd", 
     24    "ircd.addon.umode_reg", 
     25    NULL 
     26] 
    2727 
    2828static struct { 
Note: See TracChangeset for help on using the changeset viewer.