| 36 |
|
#include "ircd_signal.h" |
| 37 |
|
#include "s_gline.h" |
| 38 |
|
#include "motd.h" |
| 39 |
+ |
#include "conf.h" |
| 40 |
|
#include "hostmask.h" |
| 41 |
|
#include "numeric.h" |
| 42 |
|
#include "packet.h" |
| 46 |
|
#include "rng_mt.h" |
| 47 |
|
#include "s_auth.h" |
| 48 |
|
#include "s_bsd.h" |
| 48 |
– |
#include "conf.h" |
| 49 |
|
#include "log.h" |
| 50 |
|
#include "s_misc.h" |
| 51 |
|
#include "s_serv.h" /* try_connections */ |
| 60 |
|
#include "supported.h" |
| 61 |
|
#include "watch.h" |
| 62 |
|
#include "conf_db.h" |
| 63 |
+ |
#include "conf_class.h" |
| 64 |
|
|
| 65 |
|
/* /quote set variables */ |
| 66 |
|
struct SetOptions GlobalSetOptions; |
| 557 |
|
init_ip_hash_table(); /* client host ip hash table */ |
| 558 |
|
init_host_hash(); /* Host-hashtable. */ |
| 559 |
|
init_client(); |
| 560 |
< |
init_class(); |
| 560 |
> |
class_init(); |
| 561 |
|
whowas_init(); |
| 562 |
|
watch_init(); |
| 563 |
|
init_auth(); /* Initialise the auth code */ |