mirror of
https://github.com/anope/anope.git
synced 2026-07-02 03:06:38 +02:00
Cleanup ok if modules with pending identify requests are unloaded
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
#include "webcpanel.h"
|
||||
|
||||
Module *me;
|
||||
Anope::string provider_name, template_name, template_base, page_title;
|
||||
|
||||
class ModuleWebCPanel : public Module
|
||||
@@ -45,6 +46,8 @@ class ModuleWebCPanel : public Module
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
|
||||
me = this;
|
||||
|
||||
ConfigReader reader;
|
||||
provider_name = reader.ReadValue("webcpanel", "server", "httpd/main", 0);
|
||||
template_name = reader.ReadValue("webcpanel", "template", "template", 0);
|
||||
|
||||
Reference in New Issue
Block a user