Ignore:
Timestamp:
06/01/07 11:09:07 (5 years ago)
Author:
wd
Message:

Wow, a fully building ircd mode (so far). Some changes:

  • Updated LOTS of copyright notices.
  • Completed the split of channel and user modes
  • That core 'addon' is completely gone
  • Using hard/soft/post dependencies in what seems to me to be a good way.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ithildin/modules/ircd/addons/hostmask.c

    r804 r806  
    22 * hostmask.c: configuration based user-hostmasking 
    33 *  
    4  * Copyright 2002 the Ithildin Project. 
     4 * Copyright 2002-2007 the Ithildin Project. 
    55 * See the COPYING file for more information on licensing and use. 
    66 *  
     
    99 */ 
    1010 
    11 #include <ithildin/stand.h> 
     11#include <ithildin/ithildin.h> 
    1212 
    1313#include "ircd.h" 
     
    1616 
    1717MODULE_REGISTER("$Rev$"); 
    18 const char **mdepends = [ 
    19     "ircd", 
    20     NULL 
    21 ] 
     18const char *mdepends[] = MDEPENDS; 
    2219 
    2320#define CGI_IRC_SPECIAL_MASK "cgi:irc" 
Note: See TracChangeset for help on using the changeset viewer.