mirror of
https://github.com/anope/anope.git
synced 2026-07-10 16:23:13 +02:00
Use module type to determine what type each module is instead of its location in the configuration file.
This commit is contained in:
@@ -214,7 +214,7 @@ class ModuleXMLRPC : public Module
|
||||
public:
|
||||
MyXMLRPCServiceInterface xmlrpcinterface;
|
||||
|
||||
ModuleXMLRPC(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator), sslref("ssl"), xmlrpcinterface(this, "xmlrpc")
|
||||
ModuleXMLRPC(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, SUPPORTED), sslref("ssl"), xmlrpcinterface(this, "xmlrpc")
|
||||
{
|
||||
me = this;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user