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/commands/invite.c

    r804 r806  
    22 * invite.c: the INVITE command 
    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#include "ircd.h" 
    11 #include "addons/core.h" 
    1211 
    1312IDSTRING(rcsid, "$Id$"); 
     
    3837                chanmode_flag_query, sizeof(struct channel_invite_list), NULL); 
    3938    } else 
    40         chanmode_change_funcs(chanmode_invite, chanmode_i, 
     39        chanmode_update_funcs(chanmode_invite, chanmode_i, 
    4140                chanmode_flag_query); 
    4241 
Note: See TracChangeset for help on using the changeset viewer.