mirror of
https://github.com/anope/anope.git
synced 2026-06-30 17:46:39 +02:00
Fix some coding style issues.
This commit is contained in:
@@ -21,7 +21,7 @@ class XMLRPCIdentifyRequest final
|
||||
Reference<XMLRPCServiceInterface> xinterface;
|
||||
|
||||
public:
|
||||
XMLRPCIdentifyRequest(Module *m, XMLRPCRequest& req, HTTPClient *c, XMLRPCServiceInterface* iface, const Anope::string &acc, const Anope::string &pass) : IdentifyRequest(m, acc, pass), request(req), repl(request.r), client(c), xinterface(iface) { }
|
||||
XMLRPCIdentifyRequest(Module *m, XMLRPCRequest &req, HTTPClient *c, XMLRPCServiceInterface *iface, const Anope::string &acc, const Anope::string &pass) : IdentifyRequest(m, acc, pass), request(req), repl(request.r), client(c), xinterface(iface) { }
|
||||
|
||||
void OnSuccess() override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user