1860 |
|
ConfigChannel.use_knock = YES; |
1861 |
|
ConfigChannel.knock_delay = 300; |
1862 |
|
ConfigChannel.knock_delay_channel = 60; |
1863 |
– |
ConfigChannel.invite_ops_only = YES; |
1863 |
|
ConfigChannel.max_chans_per_user = 15; |
1864 |
|
ConfigChannel.quiet_on_ban = YES; |
1865 |
|
ConfigChannel.max_bans = 25; |
2713 |
|
struct ConfItem *conf; |
2714 |
|
struct AccessItem *aconf; |
2715 |
|
dlink_list * free_items [] = { |
2716 |
< |
&server_items, &oconf_items, &hub_items, &leaf_items, NULL |
2716 |
> |
&server_items, &oconf_items, NULL |
2717 |
|
}; |
2718 |
|
dlink_list ** iterator = free_items; /* C is dumb */ |
2719 |
|
|