mirror of
https://github.com/anope/anope.git
synced 2026-07-10 18:43:14 +02:00
Added in a modestacker and rewrote almost all of the remaining old mode code
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2696 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -46,6 +46,7 @@ NickCore::~NickCore()
|
||||
if (user->nc && user->nc == this)
|
||||
{
|
||||
ircdproto->SendAccountLogout(user, user->nc);
|
||||
ircdproto->SendUnregisteredNick(user);
|
||||
user->nc = NULL;
|
||||
FOREACH_MOD(I_OnNickLogout, OnNickLogout(user));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user