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

    r579 r804  
    1717 
    1818MODULE_REGISTER("$Rev$"); 
    19  
    20 /* 
    21 @DEPENDENCIES@:        ircd 
    22 @DEPENDENCIES@: ircd/addons/umode_reg 
    23 */ 
     19const char **mdepends = [ 
     20    "ircd", 
     21    "ircd.addon.umode_reg", 
     22    NULL 
     23] 
    2424 
    2525static unsigned char usermode_regonly; 
Note: See TracChangeset for help on using the changeset viewer.