summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-05-10 19:03:50 +0100
committerSadie Powell <sadie@witchery.services>2024-05-10 19:03:50 +0100
commitff1c5adb8bfbdd76e5c44860649fa0f7f0101982 (patch)
tree86238157091e46a1c49270b70a8004f198a2a9e6 /data
parentc36030c82617ee2616260c9ca3635940e5a7a679 (diff)
Always use server-side topic and mode locks where available.
Diffstat (limited to 'data')
-rw-r--r--data/anope.example.conf21
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