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:
@@ -273,6 +273,8 @@ class MyXMLRPCEvent : public XMLRPCEvent
|
||||
return;
|
||||
|
||||
u->SendMessage(bi, message);
|
||||
|
||||
request.reply("result", "Success");
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user