From 70131c8e78e3186d217a0c50abba64474506cd69 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 5 Aug 2023 11:35:56 +0100 Subject: Move stdalgo::string::join to utility/string and templatise separator. --- src/users.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index c78ae6de6..af3b518bc 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -35,6 +35,7 @@ #include "inspircd.h" #include "clientprotocolevent.h" +#include "utility/string.h" #include "xline.h" enum @@ -1207,7 +1208,7 @@ std::string OperType::GetCommands(bool all) const ret.push_back(cmd->name); } std::sort(ret.begin(), ret.end()); - return stdalgo::string::join(ret); + return insp::join(ret); } std::string OperType::GetModes(ModeType mt, bool all) const -- cgit v1.3.1-10-gc9f91