mirror of
https://github.com/anope/anope.git
synced 2026-06-27 18:46:39 +02:00
Use consistent casing when referring to vhosts and vidents.
This commit is contained in:
+2
-2
@@ -388,7 +388,7 @@ void User::Identify(NickAlias *na)
|
||||
{
|
||||
this->SendMessage(NULL, "Changing your vhost to \002%s\002", this->nc->o->vhost.c_str());
|
||||
this->SetDisplayedHost(this->nc->o->vhost);
|
||||
IRCD->SendVhost(this, "", this->nc->o->vhost);
|
||||
IRCD->SendVHost(this, "", this->nc->o->vhost);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -553,7 +553,7 @@ void User::SetModeInternal(const MessageSource &source, UserMode *um, const Anop
|
||||
{
|
||||
this->SendMessage(NULL, "Changing your vhost to \002%s\002", this->nc->o->vhost.c_str());
|
||||
this->SetDisplayedHost(this->nc->o->vhost);
|
||||
IRCD->SendVhost(this, "", this->nc->o->vhost);
|
||||
IRCD->SendVHost(this, "", this->nc->o->vhost);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user