| # | Line 36 | Line 36 | |
|---|---|---|
| 36 | #include "motd.h" | |
| 37 | #include "ircd_handler.h" | |
| 38 | #include "msg.h" /* msgtab */ | |
| 39 | – | #include "hostmask.h" |
| 39 | #include "numeric.h" | |
| 40 | #include "packet.h" | |
| 41 | #include "parse.h" | |
| # | Line 491 | Line 490 | main(int argc, char *argv[]) | |
| 490 | init_motd(); | |
| 491 | init_isupport(); | |
| 492 | hash_init(); | |
| 494 | – | init_ip_hash_table(); // client host ip hash table |
| 493 | clear_tree_parse(); | |
| 494 | init_client(); | |
| 495 | whowas_init(); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |