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 moved

Legend:

Unmodified
Added
Removed
  • trunk/ithildin/modules/ircd/chanmodes/registered.h

    r613 r806  
    22 * cmode_reg.h: macro for checking registration status on channels 
    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 *  
     
    1111#define IRCD_ADDONS_CMODE_REG_H 
    1212 
    13 extern unsigned char reg_cmode; 
     13extern unsigned char chanmode_registered; 
    1414 
    15 #define ISREGCHAN(chan) (chanmode_isset(chan, reg_cmode)) 
     15#define ISREGCHAN(chan) (chanmode_isset(chan, chanmode_registered)) 
    1616 
    1717#endif 
Note: See TracChangeset for help on using the changeset viewer.