summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2020-09-14 16:48:39 +0100
committerSadie Powell <sadie@witchery.services>2020-09-14 16:49:25 +0100
commit52914216f08fd9239a1a66ab85921f7549384439 (patch)
tree78244fc1056b7fb57a6818a6e75217de74e1b79a
parent8180dd414ecd43758290c20315e70af72f0833bf (diff)
Clarify that unreal4 also works for UnrealIRCd 5.
-rw-r--r--data/example.conf2
-rw-r--r--data/stats.standalone.example.conf2
-rw-r--r--docs/README2
-rw-r--r--modules/protocol/unreal4.cpp2
4 files changed, 4 insertions, 4 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
{
diff --git a/docs/README b/docs/README
index 2a04aa56b..a33a74a54 100644
--- a/docs/README
+++ b/docs/README
@@ -173,7 +173,7 @@ Table of Contents
* ngIRCd 19.2 or later
* Plexus 3 or later
* Ratbox 2.0.6 or later
- * UnrealIRCd 3.2 or 4
+ * UnrealIRCd 3.2 or later
Anope could also work with some of the daemons derived by the ones listed
above, but there's no support for them if they work or don't work.
diff --git a/modules/protocol/unreal4.cpp b/modules/protocol/unreal4.cpp
index 7725556fc..318ca5417 100644
--- a/modules/protocol/unreal4.cpp
+++ b/modules/protocol/unreal4.cpp
@@ -18,7 +18,7 @@ static Anope::string UplinkSID;
class UnrealIRCdProto : public IRCDProto
{
public:
- UnrealIRCdProto(Module *creator) : IRCDProto(creator, "UnrealIRCd 4")
+ UnrealIRCdProto(Module *creator) : IRCDProto(creator, "UnrealIRCd 4+")
{
DefaultPseudoclientModes = "+Soiq";
CanSVSNick = true;