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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user