mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Normalize methods with 'UserName' to 'Username'
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user