summaryrefslogtreecommitdiff
path: root/modules/commands/os_dns.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/os_dns.cpp')
-rw-r--r--modules/commands/os_dns.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/commands/os_dns.cpp b/modules/commands/os_dns.cpp
index c297ec062..e9d8afc70 100644
--- a/modules/commands/os_dns.cpp
+++ b/modules/commands/os_dns.cpp
@@ -96,7 +96,7 @@ class DNSServer : public Serializable
/* is actually in the pool */
bool active = false;
- public:
+public:
std::set<Anope::string, ci::less> zones;
time_t repool = 0;
@@ -653,7 +653,7 @@ class CommandOSDNS : public Command
Log(LOG_ADMIN, source, this) << "to depool " << s->GetName();
}
- public:
+public:
CommandOSDNS(Module *creator) : Command(creator, "operserv/dns", 0, 4)
{
this->SetDesc(_("Manage DNS zones for this network"));
@@ -730,7 +730,7 @@ class ModuleDNS : public Module
time_t last_warn = 0;
- public:
+public:
ModuleDNS(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, EXTRA | VENDOR),
zone_type("DNSZone", DNSZone::Unserialize), dns_type("DNSServer", DNSServer::Unserialize), commandosdns(this)
{