1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 13:56:38 +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
@@ -690,7 +690,7 @@ static void LoadVHosts()
continue;
}
na->SetVhost(ident, host, creator, vtime);
na->SetVHost(ident, host, creator, vtime);
Log() << "Loaded vhost for " << na->nick;
}