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

    r801 r804  
    1919 
    2020MODULE_REGISTER("$Rev$"); 
    21 /* 
    22 @DEPENDENCIES@: ircd 
    23 @DEPENDENCIES@: ircd/addons/acl 
    24 */ 
     21const char **mdepends = [ 
     22    "ircd", 
     23    "ircd.addon.acl", 
     24    NULL 
     25] 
    2526 
    2627static const char *throttle_acl_type = "throttle"; 
Note: See TracChangeset for help on using the changeset viewer.