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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user