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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user