aboutsummaryrefslogtreecommitdiff
path: root/src/inspstring.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/inspstring.cpp')
-rw-r--r--src/inspstring.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/inspstring.cpp b/src/inspstring.cpp
index c2e1f4a4d..e0d0ed296 100644
--- a/src/inspstring.cpp
+++ b/src/inspstring.cpp
@@ -201,6 +201,11 @@ bool InspIRCd::TimingSafeCompare(const std::string& one, const std::string& two)
return (diff == 0);
}
+TokenList::TokenList(const std::string& tokenlist)
+{
+ AddList(tokenlist);
+}
+
void TokenList::AddList(const std::string& tokenlist)
{
std::string token;