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_private.c

    r803 r804  
    1919MODULE_REGISTER("$Rev$"); 
    2020 
    21 /* 
    22 @DEPENDENCIES@:        ircd ircd/addons/core 
    23 */ 
     21const char **mdepends = [ 
     22    "ircd", 
     23    NULL 
     24] 
    2425 
    2526static unsigned char chanmode_private; 
Note: See TracChangeset for help on using the changeset viewer.