Changeset 808 for trunk/ithildin/modules/ircd/ircd.c
- Timestamp:
- 06/05/07 10:46:00 (5 years ago)
- File:
-
- 1 edited
-
trunk/ithildin/modules/ircd/ircd.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ithildin/modules/ircd/ircd.c
r804 r808 297 297 PRIVILEGE_FL_BOOL, &ui64, NULL); 298 298 } 299 300 /* Initialize our modes. Pass the success of the savedata request in to301 * 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));306 299 307 300 /* setup our events. started is always created, since it is destroyed … … 473 466 ircd.mdext.class->iter = class_mdext_iter; 474 467 } 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)); 475 475 476 476 if (reload) {
Note: See TracChangeset
for help on using the changeset viewer.
