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