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

    r803 r804  
    66 */ 
    77 
    8 #include <ithildin/stand.h> 
     8#include <ithildin/ithildin.h> 
    99 
    1010#include "ircd.h" 
     
    1515 
    1616MODULE_REGISTER("$Rev$"); 
    17 /* 
    18 @DEPENDENCIES@: ircd 
    19 @DEPENDENCIES@: ircd/addons/core 
    20 */ 
     17const char *mdepends[] = MDEPENDS; 
    2118 
    2219static int priv_wholimit; 
Note: See TracChangeset for help on using the changeset viewer.