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/commands/mode.c

    r787 r804  
    66 */ 
    77 
    8 #include <ithildin/stand.h> 
     8#include <ithildin/ithildin.h> 
    99 
    1010#include "ircd.h" 
     
    1818 
    1919MODULE_REGISTER("$Rev$"); 
    20 /* 
    21 @DEPENDENCIES@: ircd 
    22 @DEPENDENCIES@: ircd/addons/core 
    23 */ 
     20const char *mdepends[] = MDEPENDS; 
    2421 
    2522/* called when a client is registered to set default modes */ 
Note: See TracChangeset for help on using the changeset viewer.