1 | commit 847a56fdd3908321988e008e058a4c17c6abd95b |
2 | Author: acidvegas <acid.vegas@acid.vegas> |
3 | Date: Tue Mar 31 06:33:13 2020 -0400 |
4 | |
5 | Restrict +L usage for non-ops |
6 | --- |
7 | data/chanserv.conf | 2 +- |
8 | 1 file changed, 1 insertion(+), 1 deletion(-) |
9 | |
10 | diff --git a/data/chanserv.conf b/data/chanserv.conf |
11 | index f2f6d61..fb4afbc 100644 |
12 | --- a/data/chanserv.conf |
13 | +++ b/data/chanserv.conf |
14 | @@ -13,7 +13,7 @@ module { |
15 | expire = 7d |
16 | accessmax = 100 |
17 | inhabit = 15s |
18 | - nomlock = "pPs" |
19 | + nomlock = "LpPs" |
20 | reasonmax = 200 |
21 | signkickformat = "%m (%n)" |
22 | disallow_hostmask_access = true |