Ignore:
Timestamp:
06/05/07 10:46:00 (5 years ago)
Author:
wd
Message:

Another milestone. Builds, starts without errors.. then doesn't take
connections, buy hey.

Also made the config file finder a bit smarter about looking for config
files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ithildin/modules/ircd/protocol.c

    r806 r808  
    179179    protocol_t *pp; 
    180180 
    181     sprintf(mname, "ircd/protocols/%s", name); 
     181    sprintf(mname, "ircd.protocol.%s", name); 
    182182    if (!load_module(mname, MODULE_FL_CREATE|MODULE_FL_QUIET)) { 
    183183        log_error("unable to load module for protocol %s", name); 
Note: See TracChangeset for help on using the changeset viewer.