Normalize methods with 'UserName' to 'Username'

This commit is contained in:
Pierre Gordon
2019-01-01 14:20:05 -05:00
parent 812b27c268
commit 6af027c5dd
27 changed files with 184 additions and 165 deletions

View File

@@ -560,8 +560,8 @@ void CClient::UserCommand(CString& sLine) {
PutStatus(
t_f("Network added. Use /znc JumpNetwork {1}, or connect to "
"ZNC with username {2} (instead of just {3}) to connect to "
"it.")(sNetwork, m_pUser->GetUserName() + "/" + sNetwork,
m_pUser->GetUserName()));
"it.")(sNetwork, m_pUser->GetUsername() + "/" + sNetwork,
m_pUser->GetUsername()));
} else {
PutStatus(t_s("Unable to add that network"));
PutStatus(sNetworkAddError);