diff options
| author | Sadie Powell <sadie@witchery.services> | 2020-09-11 15:41:00 +0100 |
|---|---|---|
| committer | Sadie Powell <sadie@witchery.services> | 2020-09-28 15:28:26 +0100 |
| commit | fb86705d3f44575087e0f1f277a81f5ef4f70b27 (patch) | |
| tree | 5e7b69e17918a99c642b82698377af76a0153633 /data | |
| parent | f4fa5b373319b3c0db8a3200ff5931df651e06b6 (diff) | |
Drop support for InspIRCd 1.2, InspIRCd 2.0, and UnrealIRCd 3.2.
None of these are supported by upstream anymore.
Diffstat (limited to 'data')
| -rw-r--r-- | data/example.conf | 5 | ||||
| -rw-r--r-- | data/stats.standalone.example.conf | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/data/example.conf b/data/example.conf index 0b160ab5c..cd7cd4af1 100644 --- a/data/example.conf +++ b/data/example.conf @@ -254,18 +254,15 @@ serverinfo * - bahamut * - charybdis * - hybrid - * - inspircd12 - * - inspircd20 * - inspircd3 * - ngircd * - plexus * - ratbox - * - unreal (for 3.2.x) * - unreal4 (for 4.x or later) */ 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..2520f0cfc 100644 --- a/data/stats.standalone.example.conf +++ b/data/stats.standalone.example.conf @@ -254,18 +254,15 @@ serverinfo * - bahamut * - charybdis * - hybrid - * - inspircd12 - * - inspircd20 * - inspircd3 * - ngircd * - plexus * - ratbox - * - unreal (for 3.2.x) * - unreal4 (for 4.x or later) */ module { - name = "inspircd20" + name = "inspircd3" } /* |
