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