mirror of
https://github.com/anope/anope.git
synced 2026-07-06 20:03:14 +02:00
Windows
This commit is contained in:
@@ -220,12 +220,12 @@ class ModuleXMLRPC;
|
||||
static ModuleXMLRPC *me;
|
||||
class ModuleXMLRPC : public Module
|
||||
{
|
||||
service_reference<SSLService, Base> sslref;
|
||||
service_reference<SSLService> sslref;
|
||||
|
||||
public:
|
||||
MyXMLRPCServiceInterface xmlrpcinterface;
|
||||
|
||||
ModuleXMLRPC(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, SUPPORTED), sslref("ssl"), xmlrpcinterface(this, "xmlrpc")
|
||||
ModuleXMLRPC(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, SUPPORTED), sslref("SSLService", "ssl"), xmlrpcinterface(this, "xmlrpc")
|
||||
{
|
||||
me = this;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user