summaryrefslogtreecommitdiff
path: root/modules/protocol/unreal4.cpp
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 /modules/protocol/unreal4.cpp
parent8180dd414ecd43758290c20315e70af72f0833bf (diff)
Clarify that unreal4 also works for UnrealIRCd 5.
Diffstat (limited to 'modules/protocol/unreal4.cpp')
-rw-r--r--modules/protocol/unreal4.cpp2
1 files changed, 1 insertions, 1 deletions
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;