1
0
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:
Adam
2013-05-06 07:40:43 -04:00
parent 4c669b947f
commit ef06226521
14 changed files with 156 additions and 130 deletions
+5
View File
@@ -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)