diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-01-02 08:20:59 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-01-02 08:20:59 +0000 |
commit | a819cb0cc0f54a042a088dfba9c1f6b817928641 (patch) | |
tree | 7931a9d81367c184ca2550a1819ef685e3e0c927 /src/nickalias.cpp | |
parent | 3617d7978899f830d952d9bac70ed14bb0cc0fd6 (diff) |
Rewrote the vhost code, and moved it to be part of nickalias instead of in its own list. This also fixes being able to steal other users vhosts with /hs on
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2724 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/nickalias.cpp')
-rw-r--r-- | src/nickalias.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nickalias.cpp b/src/nickalias.cpp index b2950c2e8..9d4678209 100644 --- a/src/nickalias.cpp +++ b/src/nickalias.cpp @@ -72,8 +72,6 @@ NickAlias::~NickAlias() u->nc = NULL; } - delHostCore(this->nick); /* delete any vHost's for this nick */ - /* Accept nicks that have no core, because of database load functions */ if (this->nc) { |