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

    r579 r804  
    66 */ 
    77 
    8 #include <ithildin/stand.h> 
     8#include <ithildin/ithildin.h> 
    99 
    1010#include "ircd.h" 
     
    1414 
    1515MODULE_REGISTER("$Rev$"); 
    16 /* 
    17 @DEPENDENCIES@: ircd 
    18 */ 
     16const char *mdepends[] = MDEPENDS; 
    1917 
    2018#define MAXSILENCE 10 /* maximum silence entries */ 
Note: See TracChangeset for help on using the changeset viewer.