summaryrefslogtreecommitdiff
path: root/modules/commands/cs_flags.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-10-24 23:30:21 -0400
committerAdam <Adam@anope.org>2012-10-24 23:30:21 -0400
commit00256fdba85e670f0cd41359a38a599272f70678 (patch)
treeb28156372a5aa0131a769373b1be98d8e8cb85f2 /modules/commands/cs_flags.cpp
parent3b8fb7bb88cf0104040ad4a5039a3eeb293c99d4 (diff)
Made access provider modules permanent. They don't cleanup their access entries currently and if they did it would delete them.
Diffstat (limited to 'modules/commands/cs_flags.cpp')
-rw-r--r--modules/commands/cs_flags.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_flags.cpp b/modules/commands/cs_flags.cpp
index 633ebd734..c137b55b1 100644
--- a/modules/commands/cs_flags.cpp
+++ b/modules/commands/cs_flags.cpp
@@ -391,7 +391,7 @@ class CSFlags : public Module
accessprovider(this), commandcsflags(this)
{
this->SetAuthor("Anope");
-
+ this->SetPermanent(true);
Implementation i[] = { I_OnReload };
ModuleManager::Attach(i, this, 1);