From cdd9b6f11bbd35740b82bfd321f195cf9a8f30ce Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 16 Apr 2021 21:39:38 +0100 Subject: Default to the inspircd3 protocol module instead of inspircd20. --- data/example.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/example.conf') 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 -- cgit