diff options
author | Sadie Powell <sadie@witchery.services> | 2020-09-14 16:48:39 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-09-14 16:49:25 +0100 |
commit | 52914216f08fd9239a1a66ab85921f7549384439 (patch) | |
tree | 78244fc1056b7fb57a6818a6e75217de74e1b79a /data | |
parent | 8180dd414ecd43758290c20315e70af72f0833bf (diff) |
Clarify that unreal4 also works for UnrealIRCd 5.
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 7416401c5..0b160ab5c 100644 --- a/data/example.conf +++ b/data/example.conf @@ -261,7 +261,7 @@ serverinfo * - plexus * - ratbox * - unreal (for 3.2.x) - * - unreal4 + * - unreal4 (for 4.x or later) */ module { diff --git a/data/stats.standalone.example.conf b/data/stats.standalone.example.conf index 9dc7df7d4..af53a4046 100644 --- a/data/stats.standalone.example.conf +++ b/data/stats.standalone.example.conf @@ -261,7 +261,7 @@ serverinfo * - plexus * - ratbox * - unreal (for 3.2.x) - * - unreal4 + * - unreal4 (for 4.x or later) */ module { |