From cdd9b6f11bbd35740b82bfd321f195cf9a8f30ce Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 16 Apr 2021 21:39:38 +0100 Subject: [PATCH] Default to the inspircd3 protocol module instead of inspircd20. --- data/example.conf | 2 +- data/stats.standalone.example.conf | 2 +- 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" } /*