Describe how to use networks.

This commit is contained in:
Alexey Sokolov
2012-01-30 00:38:51 +07:00
parent fa287ef791
commit b811ea83d5
2 changed files with 8 additions and 1 deletions

View File

@@ -437,7 +437,7 @@ void CClient::UserCommand(CString& sLine) {
}
if (m_pUser->AddNetwork(sNetwork)) {
PutStatus("Network added");
PutStatus("Network added. Use /znc JumpNetwork " + sNetwork + ", or connect to ZNC with username " + m_pUser->GetUserName() + "/" + sNetwork + " (instead of just " + m_pUser->GetUserName() + ") to connect to it.");
} else {
PutStatus("Unable to add that network");
PutStatus("Perhaps that network is already added");