| 503 |
|
init_chcap_usage_counts(); |
| 504 |
|
|
| 505 |
|
ConfigFileEntry.dpath = DPATH; |
| 506 |
< |
ConfigFileEntry.configfile = CPATH; /* Server configuration file */ |
| 507 |
< |
ConfigFileEntry.klinefile = KPATH; /* Server kline file */ |
| 508 |
< |
ConfigFileEntry.xlinefile = XPATH; /* Server xline file */ |
| 509 |
< |
ConfigFileEntry.dlinefile = DLPATH; /* dline file */ |
| 510 |
< |
// ConfigFileEntry.cresvfile = CRESVPATH; /* channel resv file */ |
| 511 |
< |
// ConfigFileEntry.nresvfile = NRESVPATH; /* nick resv file */ |
| 506 |
> |
ConfigFileEntry.configfile = CPATH; /* Server configuration file */ |
| 507 |
> |
ConfigFileEntry.klinefile = KPATH; /* Server kline file */ |
| 508 |
> |
ConfigFileEntry.klinefile = GPATH; /* Server gline file */ |
| 509 |
> |
ConfigFileEntry.xlinefile = XPATH; /* Server xline file */ |
| 510 |
> |
ConfigFileEntry.dlinefile = DLPATH; /* dline file */ |
| 511 |
> |
ConfigFileEntry.resvfile = RESVPATH; /* resv file */ |
| 512 |
> |
|
| 513 |
|
myargv = argv; |
| 514 |
|
umask(077); /* better safe than sorry --SRB */ |
| 515 |
|
|