56 |
|
#include "mempool.h" |
57 |
|
#include "hook.h" |
58 |
|
#include "ircd_getopt.h" |
59 |
– |
#include "message.h" |
59 |
|
#include "supported.h" |
60 |
|
#include "watch.h" |
61 |
|
#include "conf_db.h" |
296 |
|
/* End of global set options */ |
297 |
|
} |
298 |
|
|
300 |
– |
/* initialize_message_files() |
301 |
– |
* |
302 |
– |
* inputs - none |
303 |
– |
* output - none |
304 |
– |
* side effects - Set up all message files needed, motd etc. |
305 |
– |
*/ |
306 |
– |
static void |
307 |
– |
initialize_message_files(void) |
308 |
– |
{ |
309 |
– |
init_isupport(); |
310 |
– |
} |
311 |
– |
|
299 |
|
/* initialize_server_capabs() |
300 |
|
* |
301 |
|
* inputs - none |
527 |
|
|
528 |
|
mp_pool_init(); |
529 |
|
init_dlink_nodes(); |
530 |
< |
initialize_message_files(); |
530 |
> |
init_isupport(); |
531 |
|
dbuf_init(); |
532 |
|
hash_init(); |
533 |
|
init_ip_hash_table(); /* client host ip hash table */ |