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/ircd.c

    r804 r808  
    297297                PRIVILEGE_FL_BOOL, &ui64,  NULL); 
    298298    } 
    299  
    300     /* Initialize our modes.  Pass the success of the savedata request in to 
    301      * the loader to tell it what to do. */ 
    302     usermode_init(get_module_savedata(savelist, "ircd.umodes", 
    303                 &ircd.umodes)); 
    304     chanmode_init(get_module_savedata(savelist, "ircd.cmodes", 
    305                 &ircd.cmodes)); 
    306299 
    307300    /* setup our events.  started is always created, since it is destroyed 
     
    473466        ircd.mdext.class->iter = class_mdext_iter; 
    474467    } 
     468 
     469    /* Initialize our modes.  Pass the success of the savedata request in to 
     470     * the loader to tell it what to do. */ 
     471    usermode_init(get_module_savedata(savelist, "ircd.umodes", 
     472                &ircd.umodes)); 
     473    chanmode_init(get_module_savedata(savelist, "ircd.cmodes", 
     474                &ircd.cmodes)); 
    475475 
    476476    if (reload) { 
Note: See TracChangeset for help on using the changeset viewer.