| 735 |
|
*/ |
| 736 |
|
knock_delay_channel = 1 minute; |
| 737 |
|
|
| 738 |
< |
/* |
| 739 |
< |
* invite_ops_only: Restrict /invite to ops/halfops on channels, |
| 740 |
< |
* rather than allowing unopped users to invite people to a -i channel. |
| 741 |
< |
*/ |
| 742 |
< |
invite_ops_only = yes; |
| 738 |
> |
/* burst topicwho: enable sending of who set topic on topicburst */ |
| 739 |
> |
/* default is yes */ |
| 740 |
> |
burst_topicwho = yes; |
| 741 |
|
|
| 742 |
|
/* max chans: The maximum number of channels a user can join/be on. */ |
| 743 |
|
max_chans_per_user = 15; |
| 748 |
|
/* max_bans: maximum number of +b/e/I modes in a channel */ |
| 749 |
|
max_bans = 25; |
| 750 |
|
|
| 751 |
+ |
/* |
| 752 |
+ |
* how many joins in how many seconds constitute a flood, use 0 to |
| 753 |
+ |
* disable. +b opers will be notified (changeable via /set) |
| 754 |
+ |
*/ |
| 755 |
+ |
join_flood_count = 16; |
| 756 |
+ |
join_flood_time = 8 seconds; |
| 757 |
+ |
|
| 758 |
|
/* |
| 759 |
|
* splitcode: The ircd will now check splitmode every few seconds. |
| 760 |
|
* |
| 781 |
|
|
| 782 |
|
/* split: no join: disallow users joining channels at all on a split */ |
| 783 |
|
no_join_on_split = no; |
| 779 |
– |
|
| 780 |
– |
/* burst topicwho: enable sending of who set topic on topicburst */ |
| 781 |
– |
/* default is yes */ |
| 782 |
– |
burst_topicwho = yes; |
| 783 |
– |
|
| 784 |
– |
/* |
| 785 |
– |
* how many joins in how many seconds constitute a flood, use 0 to |
| 786 |
– |
* disable. +b opers will be notified (changeable via /set) |
| 787 |
– |
*/ |
| 788 |
– |
join_flood_count = 16; |
| 789 |
– |
join_flood_time = 8 seconds; |
| 784 |
|
}; |
| 785 |
|
|
| 786 |
|
/* |