mirror of
https://github.com/anope/anope.git
synced 2026-07-03 13:03:14 +02:00
Made access del by nick and other functions from 326f1a really delete objects
This commit is contained in:
@@ -286,7 +286,7 @@ class CommandCSAccess : public Command
|
||||
Log(override ? LOG_OVERRIDE : LOG_COMMAND, source, this, ci) << "to delete " << access->mask;
|
||||
|
||||
FOREACH_MOD(I_OnAccessDel, OnAccessDel(ci, source, access));
|
||||
ci->EraseAccess(access);
|
||||
access->Destroy();
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user