1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 01:06:37 +02:00

Fix xmlrpc notice call to return something to prevent m_xmlrpc from thinking it is a http 404

This commit is contained in:
Adam
2016-07-03 12:08:21 -04:00
parent 83f89bfece
commit 4c4cc0ded7
+2
View File
@@ -273,6 +273,8 @@ class MyXMLRPCEvent : public XMLRPCEvent
return;
u->SendMessage(bi, message);
request.reply("result", "Success");
}
};