mirror of
https://github.com/anope/anope.git
synced 2026-06-29 20:46:39 +02:00
Move HTTP types to the HTTP namespace.
This commit is contained in:
@@ -91,7 +91,7 @@ namespace
|
||||
if (split == Anope::string::npos)
|
||||
res = modmap.emplace(datapair, "");
|
||||
else
|
||||
res = modmap.emplace(datapair.substr(0, split), HTTPUtils::URLDecode(datapair.substr(split + 1)));
|
||||
res = modmap.emplace(datapair.substr(0, split), HTTP::URLDecode(datapair.substr(split + 1)));
|
||||
|
||||
if (Anope::ProtocolDebug && res.second)
|
||||
Log(LOG_DEBUG) << "Parsed module data: key=" << res.first->first << " value=" << res.first->second;
|
||||
|
||||
Reference in New Issue
Block a user