mirror of
https://github.com/anope/anope.git
synced 2026-07-04 22:13:12 +02:00
Document XMLRPC calls and added a .php class wrapper for them
This commit is contained in:
@@ -256,8 +256,11 @@ void MyXMLRPCClientSocket::HandleMessage()
|
||||
{
|
||||
if (name == "methodName")
|
||||
request.name = data;
|
||||
else if (name == "id")
|
||||
else if (name == "name" && data == "id")
|
||||
{
|
||||
this->GetData(name, data);
|
||||
request.id = data;
|
||||
}
|
||||
else if (name == "string")
|
||||
request.data.push_back(data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user