diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-12-13 19:32:19 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-12-13 19:32:19 +0000 |
commit | a7ac6a0ac712892652da6dd8696b94d4c6d3ea84 (patch) | |
tree | 9bbcf49157cfda0577c34515cb44d4462818c1da /src/nickcore.cpp | |
parent | 3a956c51be22f1b6f3b6808c9f56fb6b26c7dd1a (diff) |
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
Diffstat (limited to 'src/nickcore.cpp')
-rw-r--r-- | src/nickcore.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nickcore.cpp b/src/nickcore.cpp index db0445d17..b009c25f8 100644 --- a/src/nickcore.cpp +++ b/src/nickcore.cpp @@ -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)); } |