298 |
|
initialize_message_files(void) |
299 |
|
{ |
300 |
|
init_message_file(USER_MOTD, MPATH, &ConfigFileEntry.motd); |
301 |
– |
init_message_file(OPER_MOTD, OPATH, &ConfigFileEntry.opermotd); |
301 |
|
init_message_file(USER_LINKS, LIPATH, &ConfigFileEntry.linksfile); |
302 |
|
|
303 |
|
read_message_file(&ConfigFileEntry.motd); |
305 |
– |
read_message_file(&ConfigFileEntry.opermotd); |
304 |
|
read_message_file(&ConfigFileEntry.linksfile); |
305 |
|
|
306 |
|
init_isupport(); |
508 |
|
ConfigFileEntry.rxlinefile = RXPATH; /* Server regex xline file */ |
509 |
|
ConfigFileEntry.rklinefile = RKPATH; /* Server regex kline file */ |
510 |
|
ConfigFileEntry.dlinefile = DLPATH; /* dline file */ |
513 |
– |
ConfigFileEntry.glinefile = GPATH; /* gline log file */ |
511 |
|
ConfigFileEntry.cresvfile = CRESVPATH; /* channel resv file */ |
512 |
|
ConfigFileEntry.nresvfile = NRESVPATH; /* nick resv file */ |
513 |
|
myargv = argv; |
563 |
|
watch_init(); |
564 |
|
init_auth(); /* Initialise the auth code */ |
565 |
|
init_resolver(); /* Needs to be setup before the io loop */ |
566 |
+ |
modules_init(); |
567 |
|
read_conf_files(1); /* cold start init conf files */ |
568 |
|
init_uid(); |
569 |
|
initialize_server_capabs(); /* Set up default_server_capabs */ |