1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 13:43:13 +02:00

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
This commit is contained in:
Adam-
2010-01-02 08:20:59 +00:00
parent 3617d79788
commit a819cb0cc0
20 changed files with 389 additions and 656 deletions
-2
View File
@@ -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)
{