Ignore:
Timestamp:
06/04/07 21:17:16 (5 years ago)
Author:
wd
Message:

The config-files here got nuked somehow (??). Undo the damage, update them
a little, and also update dependencies for the 1459 protocol.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ithildin/modules/ircd/protocols/rfc1459.c

    r806 r807  
    1414MODULE_REGISTER("$Rev$"); 
    1515const char *mdepends[] = MDEPENDS; 
     16const char *msoftdepends[] = { 
     17    "ircd.command.pass", "ircd.command.user", 
     18    NULL 
     19}; 
    1620 
    1721/* parser for packets */ 
Note: See TracChangeset for help on using the changeset viewer.