1
0
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:
DukePyrolator
2009-08-22 04:39:22 +00:00
parent bcf9852eec
commit 4bf22fa2e6
4 changed files with 37 additions and 3 deletions
+1
View File
@@ -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;
}