mirror of
https://github.com/anope/anope.git
synced 2026-06-26 21:36:38 +02:00
added more events
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2461 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -68,6 +68,7 @@ void NickCore::EraseAccess(const std::string &entry)
|
||||
for (unsigned i = 0; i < access.size(); ++i)
|
||||
if (access[i] == entry)
|
||||
{
|
||||
FOREACH_MOD(I_OnNickEraseAccess, OnNickEraseAccess(this, entry));
|
||||
access.erase(access.begin() + i);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user