948 |
|
services_name = "service.someserver"; |
949 |
|
|
950 |
|
/* max_watch: maximum WATCH entries a client can have. */ |
951 |
< |
max_watch = 60; |
951 |
> |
max_watch = 50; |
952 |
|
|
953 |
|
/* gline_enable: enable glines (network-wide temporary klines). */ |
954 |
|
gline_enable = yes; |
988 |
|
* automatically to the new nick. kill_chase_time_limit is the maximum |
989 |
|
* time following a nickname change that this chasing will apply. |
990 |
|
*/ |
991 |
< |
kill_chase_time_limit = 90 seconds; |
991 |
> |
kill_chase_time_limit = 30 seconds; |
992 |
|
|
993 |
|
/* |
994 |
|
* hide_spoof_ips: if disabled, opers will be allowed to see the real |
1051 |
|
min_nonwildcard_simple = 3; |
1052 |
|
|
1053 |
|
/* max_accept: maximum allowed /accept's for +g usermode. */ |
1054 |
< |
max_accept = 20; |
1054 |
> |
max_accept = 50; |
1055 |
|
|
1056 |
|
/* anti_nick_flood: enable the nickflood control code. */ |
1057 |
|
anti_nick_flood = yes; |
1071 |
|
* a warning is given, or before the link is dropped. All servers |
1072 |
|
* should run ntpdate/rdate to keep clocks in sync |
1073 |
|
*/ |
1074 |
< |
ts_warn_delta = 30 seconds; |
1075 |
< |
ts_max_delta = 5 minutes; |
1074 |
> |
ts_warn_delta = 10 seconds; |
1075 |
> |
ts_max_delta = 2 minutes; |
1076 |
|
|
1077 |
|
/* |
1078 |
|
* warn_no_nline: warn opers about servers that try to connect but |