We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb47ab commit 520826cCopy full SHA for 520826c
modules/webcpanel/webcpanel.cpp
@@ -67,7 +67,6 @@ class ModuleWebCPanel final
67
me = this;
68
69
const auto &block = Config->GetModule(this);
70
- provider_name = block.Get<const Anope::string>("server", "httpd/main");
71
template_base = Anope::ExpandData(block.Get<const Anope::string>("template_dir", "webcpanel/templates/default"));
72
page_title = block.Get<const Anope::string>("title", "Anope IRC Services");
73
modules/webcpanel/webcpanel.h
@@ -22,7 +22,7 @@
22
23
extern Module *me;
24
25
-extern Anope::string provider_name, template_base, page_title;
+extern Anope::string template_base, page_title;
26
27
struct SubSection final
28
{
0 commit comments