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

    r787 r804  
    1212 */ 
    1313 
    14 #include <ithildin/stand.h> 
     14#include <ithildin/ithildin.h> 
    1515 
    1616#include "ircd.h" 
     
    1919 
    2020MODULE_REGISTER("$Rev$"); 
    21 /* 
    22 @DEPENDENCIES@: ircd 
    23 */ 
     21const char *mdepends[] = MDEPENDS; 
    2422 
    2523typedef struct watch watch_t; 
Note: See TracChangeset for help on using the changeset viewer.