1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 11:33:12 +02:00

Fix a bunch of broken indentation.

This commit is contained in:
Peter Powell
2019-12-14 18:37:23 +00:00
parent a4ab6876c3
commit 6617d29b52
78 changed files with 241 additions and 241 deletions
+2 -2
View File
@@ -381,7 +381,7 @@ void User::Identify(NickAlias *na)
if (IRCD->CanSetVHost && !this->nc->o->vhost.empty())
{
this->SendMessage(NULL, "Changing your vhost to \002%s\002", this->nc->o->vhost.c_str());
this->SetDisplayedHost(this->nc->o->vhost);
this->SetDisplayedHost(this->nc->o->vhost);
IRCD->SendVhost(this, "", this->nc->o->vhost);
}
}
@@ -541,7 +541,7 @@ void User::SetModeInternal(const MessageSource &source, UserMode *um, const Anop
if (IRCD->CanSetVHost && !this->nc->o->vhost.empty())
{
this->SendMessage(NULL, "Changing your vhost to \002%s\002", this->nc->o->vhost.c_str());
this->SetDisplayedHost(this->nc->o->vhost);
this->SetDisplayedHost(this->nc->o->vhost);
IRCD->SendVhost(this, "", this->nc->o->vhost);
}
}