Honor per-network nick in awaynick and keepnick.

This commit is contained in:
Alexey Sokolov
2011-09-17 14:32:25 +07:00
parent f7919bbee3
commit cd1192e01f
2 changed files with 7 additions and 7 deletions

View File

@@ -58,7 +58,7 @@ public:
}
CString GetNick() {
CString sConfNick = m_pUser->GetNick();
CString sConfNick = m_pNetwork->GetNick();
CIRCSock* pIRCSock = m_pNetwork->GetIRCSock();
if (pIRCSock)