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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user