1
0
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:
Adam-
2009-12-13 19:32:19 +00:00
parent 3a956c51be
commit a7ac6a0ac7
34 changed files with 2086 additions and 1837 deletions
+1
View File
@@ -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));
}