mirror of
https://github.com/anope/anope.git
synced 2026-06-26 09:56:38 +02:00
Move HTTP types to the HTTP namespace.
This commit is contained in:
@@ -36,7 +36,7 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
bool Run(RPC::ServiceInterface *iface, HTTPClient *client, RPC::Request &request) override
|
||||
bool Run(RPC::ServiceInterface *iface, HTTP::Client *client, RPC::Request &request) override
|
||||
{
|
||||
if (!global)
|
||||
{
|
||||
@@ -63,7 +63,7 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
bool Run(RPC::ServiceInterface *iface, HTTPClient *client, RPC::Request &request) override
|
||||
bool Run(RPC::ServiceInterface *iface, HTTP::Client *client, RPC::Request &request) override
|
||||
{
|
||||
if (!global)
|
||||
{
|
||||
@@ -94,7 +94,7 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
bool Run(RPC::ServiceInterface *iface, HTTPClient *client, RPC::Request &request) override
|
||||
bool Run(RPC::ServiceInterface *iface, HTTP::Client *client, RPC::Request &request) override
|
||||
{
|
||||
auto *bi = BotInfo::Find(request.data[0], true);
|
||||
if (!bi)
|
||||
|
||||
Reference in New Issue
Block a user