- Added missing `set {}` block

This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-21 15:33:57 +02:00
parent 18a0363b2f
commit 5af93b4276
1 changed files with 12 additions and 9 deletions

View File

@ -229,22 +229,25 @@ Probably should be common maybe not sure
TODO: Describe
```
restrict-commands
set
{
restrict-commands
{
list
{
connect-delay 60;
exempt-identified yes;
exempt-reputation-score 24;
}
connect-delay 60;
exempt-identified yes;
exempt-reputation-score 24;
}
invite
{
connect-delay 120;
exempt-identified yes;
exempt-reputation-score 24;
}
connect-delay 120;
exempt-identified yes;
exempt-reputation-score 24;
}
}
}
```
1. What we can change