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/modules/m_check.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/modules/m_check.cpp') diff --git a/src/modules/m_check.cpp b/src/modules/m_check.cpp index 5109c265d..82eff5454 100644 --- a/src/modules/m_check.cpp +++ b/src/modules/m_check.cpp @@ -28,6 +28,7 @@ #include "listmode.h" #include "numericbuilder.h" #include "timeutils.h" +#include "utility/string.h" enum { @@ -287,7 +288,7 @@ public: if (!matches.empty()) { - const std::string whatmatch = stdalgo::string::join(matches, ','); + const std::string whatmatch = insp::join(matches, ','); context.Write("match", INSP_FORMAT("{} {} {} {} {} {} {} {} :{}", ++x, whatmatch, u->nick, u->GetRealUser(), u->GetDisplayedUser(), u->GetRealHost(), u->GetDisplayedHost(), u->GetAddress(), u->GetRealName())); matches.clear(); -- cgit v1.3.1-10-gc9f91