mirror of
https://github.com/anope/anope.git
synced 2026-07-06 06:33:13 +02:00
Update the rest of modules.example.conf, default inspircd status modes to a sane rank incase they are prefixless, and 50 other things
This commit is contained in:
@@ -177,6 +177,11 @@ class ModuleXMLRPC : public Module
|
||||
if (httpref)
|
||||
httpref->UnregisterPage(&xmlrpcinterface);
|
||||
}
|
||||
|
||||
void OnReload(Configuration::Conf *conf) anope_override
|
||||
{
|
||||
this->httpref = ServiceReference<HTTPProvider>("HTTPProvider", conf->GetModule(this)->Get<const Anope::string>("server", "httpd/main"));
|
||||
}
|
||||
};
|
||||
|
||||
MODULE_INIT(ModuleXMLRPC)
|
||||
|
||||
Reference in New Issue
Block a user