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/away.h

    r492 r806  
    22 * away.h: stuff for tracking away messages. 
    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 *  
     
    1212 
    1313/* for away messages.  if the away command isn't loaded, there are no away 
    14  * messages..  we actually put this in the core addon so that things which 
    15  * want to show away messages can check for them without the away module 
    16  * being loaded. */ 
     14 * messages..  */ 
    1715extern struct mdext_item *away_mdext; 
    1816/* safely look for an away message. */ 
Note: See TracChangeset for help on using the changeset viewer.