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

    r803 r804  
    2525 
    2626MODULE_REGISTER("$Rev$"); 
    27 /* 
    28 @DEPENDENCIES@: ircd 
    29 @DEPENDENCIES@: ircd/protocols/rfc1459 
    30 */ 
     27const char **mdepends = [ 
     28    "ircd", 
     29    "ircd.protocol.rfc1450", 
     30    NULL 
     31] 
    3132 
    3233typedef char *(*hostcrypt_func_t)(client_t *); 
Note: See TracChangeset for help on using the changeset viewer.