diff options
author | Sadie Powell <sadie@witchery.services> | 2024-10-17 16:00:43 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-10-17 16:00:43 +0100 |
commit | de11a19e037c9d527094002b72b77130b9077c27 (patch) | |
tree | e89169e20006ec005495f1f1235283afdde026de | |
parent | b437468b8493a6305c4998021c7874cc0fc185a8 (diff) |
Updated the supported versions in the README.
-rw-r--r-- | docs/README | 4 | ||||
-rw-r--r-- | modules/protocol/ratbox.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/README b/docs/README index f1c69d4ac..ee491c8a2 100644 --- a/docs/README +++ b/docs/README @@ -167,11 +167,11 @@ Table of Contents Anope currently works with: * Bahamut 2.0 or later - * ircd-hybrid 8.2.23 or later * InspIRCd 3 or later + * ircd-hybrid 8.2.23 or later + * ircd-ratbox 3 or later * ngIRCd 19.2 or later * Plexus 3 or later - * Ratbox 2.0.6 or later * Solanum (all versions) * UnrealIRCd 6 or later diff --git a/modules/protocol/ratbox.cpp b/modules/protocol/ratbox.cpp index 5dfa6b0e2..79c9736c6 100644 --- a/modules/protocol/ratbox.cpp +++ b/modules/protocol/ratbox.cpp @@ -33,7 +33,7 @@ class RatboxProto final } public: - RatboxProto(Module *creator) : IRCDProto(creator, "Ratbox 3.0+") + RatboxProto(Module *creator) : IRCDProto(creator, "ircd-ratbox 3+") { DefaultPseudoclientModes = "+oiS"; CanSNLine = true; |