summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2021-04-16 21:39:38 +0100
committerSadie Powell <sadie@witchery.services>2021-04-16 22:18:56 +0100
commitcdd9b6f11bbd35740b82bfd321f195cf9a8f30ce (patch)
tree0f0a4bb7ca9fb3c21ffb219b042c0d6fe4345e04
parentfaee68e85f23e50f6298dce93312b8a50afc2f88 (diff)
Default to the inspircd3 protocol module instead of inspircd20.
-rw-r--r--data/example.conf2
-rw-r--r--data/stats.standalone.example.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/example.conf b/data/example.conf
index 0b160ab5c..b25578d10 100644
--- a/data/example.conf
+++ b/data/example.conf
@@ -265,7 +265,7 @@ serverinfo
*/
module
{
- name = "inspircd20"
+ name = "inspircd3"
/*
* Some protocol modules can enforce mode locks server-side. This reduces the spam caused by
diff --git a/data/stats.standalone.example.conf b/data/stats.standalone.example.conf
index af53a4046..79635891e 100644
--- a/data/stats.standalone.example.conf
+++ b/data/stats.standalone.example.conf
@@ -265,7 +265,7 @@ serverinfo
*/
module
{
- name = "inspircd20"
+ name = "inspircd3"
}
/*