From 00256fdba85e670f0cd41359a38a599272f70678 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 24 Oct 2012 23:30:21 -0400 Subject: Made access provider modules permanent. They don't cleanup their access entries currently and if they did it would delete them. --- modules/commands/cs_flags.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/cs_flags.cpp') 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); -- cgit