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

Use consistent casing when referring to vhosts and vidents.

This commit is contained in:
Sadie Powell
2024-03-15 12:42:13 +00:00
parent d996c3aa8f
commit 753119c4a1
27 changed files with 225 additions and 277 deletions
+1 -1
View File
@@ -1115,7 +1115,7 @@ private:
if (nick_vhost != data->vhost_nick.end())
vhost = nick_vhost->second;
if (!vhost.empty())
na->SetVhost("", vhost, data->vhost_creator, data->vhost_ts);
na->SetVHost("", vhost, data->vhost_creator, data->vhost_ts);
}
return true;