mirror of
https://github.com/anope/anope.git
synced 2026-06-26 18:36:39 +02:00
Initially attach all modules to all events, and detach them as the events are run if they are not implemented per module
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ NickAlias::NickAlias(const Anope::string &nickname, NickCore* nickcore) : Serial
|
||||
|
||||
NickAlias::~NickAlias()
|
||||
{
|
||||
FOREACH_MOD(I_OnDelNick, OnDelNick(this));
|
||||
FOREACH_MOD(OnDelNick, (this));
|
||||
|
||||
/* Accept nicks that have no core, because of database load functions */
|
||||
if (this->nc)
|
||||
|
||||
Reference in New Issue
Block a user