diff options
author | Sadie Powell <sadie@witchery.services> | 2021-04-16 21:39:38 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-04-16 22:18:56 +0100 |
commit | cdd9b6f11bbd35740b82bfd321f195cf9a8f30ce (patch) | |
tree | 0f0a4bb7ca9fb3c21ffb219b042c0d6fe4345e04 /data | |
parent | faee68e85f23e50f6298dce93312b8a50afc2f88 (diff) |
Default to the inspircd3 protocol module instead of inspircd20.
Diffstat (limited to 'data')
-rw-r--r-- | data/example.conf | 2 | ||||
-rw-r--r-- | 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" } /* |