diff options
author | DukePyrolator <DukePyrolator@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-07-21 03:32:49 +0000 |
---|---|---|
committer | DukePyrolator <DukePyrolator@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-07-21 03:32:49 +0000 |
commit | 55d4d6084e907eba711fedb79c3fc0552f1afc7b (patch) | |
tree | 53cd28c6980ecfdaa844ffbe8ae6b92dbbec2865 /src/nickcore.cpp | |
parent | cbec05c4286b042fa3cd586e132925bbac1a3a7d (diff) |
added 9 new events
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2387 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/nickcore.cpp')
-rw-r--r-- | src/nickcore.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nickcore.cpp b/src/nickcore.cpp index 804d0c1c7..0e6d0f5d3 100644 --- a/src/nickcore.cpp +++ b/src/nickcore.cpp @@ -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(); } |