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

    r579 r804  
    1818 
    1919MODULE_REGISTER("$Rev$"); 
    20  
    21 /* 
    22 @DEPENDENCIES@:        ircd 
    23 @DEPENDENCIES@: ircd/commands/whois 
    24 */ 
     20const char **mdepends = [ 
     21    "ircd", 
     22    "ircd.command.whois", 
     23    NULL 
     24] 
    2525 
    2626unsigned char usermode_admin; 
Note: See TracChangeset for help on using the changeset viewer.