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

    r787 r804  
    99 */ 
    1010 
    11 #include <ithildin/stand.h> 
     11#include <ithildin/ithildin.h> 
    1212 
    1313#include "ircd.h" 
     
    1616 
    1717MODULE_REGISTER("$Rev$"); 
    18 /* 
    19 @DEPENDENCIES@: ircd 
    20 */ 
     18const char *mdepends[] = MDEPENDS; 
    2119 
    2220static struct { 
Note: See TracChangeset for help on using the changeset viewer.