mirror of
https://github.com/anope/anope.git
synced 2026-07-10 03:23:13 +02:00
Only enable vhosts automatically if the user doesn't already have the vhost set
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2998 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+2
-2
@@ -158,7 +158,7 @@ const std::string &User::GetCloakedHost() const
|
||||
|
||||
const std::string &User::GetUID() const
|
||||
{
|
||||
return this->uid;
|
||||
return this->uid;
|
||||
}
|
||||
|
||||
|
||||
@@ -166,7 +166,7 @@ void User::SetVIdent(const std::string &sident)
|
||||
{
|
||||
this->vident = sident;
|
||||
|
||||
Alog(LOG_DEBUG) << this->nick << " changed ident to " << sident;
|
||||
Alog(LOG_DEBUG) << this->nick << " changed vident to " << sident;
|
||||
|
||||
this->UpdateHost();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user