1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 11:03:12 +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
+2 -1
View File
@@ -352,8 +352,9 @@ class HTTPD : public Module
this->providers.clear();
}
void OnReload(Configuration::Conf *conf) anope_override
void OnReload(Configuration::Conf *config) anope_override
{
Configuration::Block *conf = config->GetModule(this);
std::set<Anope::string> existing;
for (int i = 0; i < conf->CountBlock("httpd"); ++i)