Rename "vhost" to "bindhost"

"virtual host" seems to be confusing to users since they wonder why
i.am.superman doesn't work. Let's rename this to "bindhost" and perhaps it
becomes clearer what this setting does.

Thanks to SilverLeo!


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2113 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2010-08-30 08:58:29 +00:00
parent b2c3c0707a
commit 341263f9ec
16 changed files with 184 additions and 182 deletions
+1 -1
View File
@@ -766,7 +766,7 @@ CString CClient::GetNickMask() const {
return GetIRCSock()->GetNickMask();
}
CString sHost = m_pUser->GetVHost();
CString sHost = m_pUser->GetBindHost();
if (sHost.empty()) {
sHost = "irc.znc.in";
}