diff options
author | Sadie Powell <sadie@witchery.services> | 2024-05-10 19:03:50 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-05-10 19:03:50 +0100 |
commit | ff1c5adb8bfbdd76e5c44860649fa0f7f0101982 (patch) | |
tree | 86238157091e46a1c49270b70a8004f198a2a9e6 /data | |
parent | c36030c82617ee2616260c9ca3635940e5a7a679 (diff) |
Always use server-side topic and mode locks where available.
Diffstat (limited to 'data')
-rw-r--r-- | data/anope.example.conf | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/data/anope.example.conf b/data/anope.example.conf index 738cff972..3271bc01d 100644 --- a/data/anope.example.conf +++ b/data/anope.example.conf @@ -265,26 +265,7 @@ serverinfo * - solanum * - unrealircd */ -module -{ - name = "inspircd" - - /* - * Some protocol modules can enforce mode locks server-side. This reduces the spam caused by - * services immediately reversing mode changes for locked modes. - * - * If the protocol module you have loaded does not support this, this setting will have no effect. - */ - use_server_side_mlock = yes - - /* - * Some protocol modules can enforce topic locks server-side. This reduces the spam caused by - * services immediately reversing topic changes. - * - * If the protocol module you have loaded does not support this, this setting will have no effect. - */ - use_server_side_topiclock = yes -} +module { name = "inspircd" } /* * [REQUIRED] Network Information |