1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 08:56:39 +02:00

added 9 new events

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2387 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
DukePyrolator
2009-07-21 03:32:49 +00:00
parent cbec05c428
commit 55d4d6084e
6 changed files with 74 additions and 7 deletions
+2
View File
@@ -1,4 +1,5 @@
#include "services.h"
#include "pseudo.h"
NickCore::NickCore()
{
@@ -74,5 +75,6 @@ void NickCore::EraseAccess(const std::string &entry)
void NickCore::ClearAccess()
{
FOREACH_MOD(I_OnNickClearAccess, OnNickClearAccess(this));
access.clear();
}