1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 03:03:13 +02:00

Made access provider modules permanent. They don't cleanup their access entries currently and if they did it would delete them.

This commit is contained in:
Adam
2012-10-24 23:30:21 -04:00
parent 3b8fb7bb88
commit 00256fdba8
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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);