| # | Line 141 | Line 141 | make_daemon(void) | |
|---|---|---|
| 141 | ||
| 142 | static int printVersion = 0; | |
| 143 | ||
| 144 | < | struct lgetopt myopts[] = { |
| 144 | > | static struct lgetopt myopts[] = { |
| 145 | {"dlinefile", &ConfigFileEntry.dlinefile, | |
| 146 | STRING, "File to use for dline.conf"}, | |
| 147 | {"configfile", &ConfigFileEntry.configfile, | |
| # | Line 543 | Line 543 | main(int argc, char *argv[]) | |
| 543 | watch_init(); | |
| 544 | ||
| 545 | init_auth(); /* Initialise the auth code */ | |
| 546 | < | init_channels(); |
| 546 | > | channel_init(); |
| 547 | init_channel_modes(); | |
| 548 | initialize_server_capabs(); /* Set up default_server_capabs */ | |
| 549 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |