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 /modules/protocol/ratbox.cpp | |
parent | b437468b8493a6305c4998021c7874cc0fc185a8 (diff) |
Updated the supported versions in the README.
Diffstat (limited to 'modules/protocol/ratbox.cpp')
-rw-r--r-- | modules/protocol/ratbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |