Allow setting a network-specific settings the same as the user setting

Fixes #94
This commit is contained in:
Kyle Fuller
2012-01-17 22:01:19 +00:00
parent f5dbe86543
commit b447169011
2 changed files with 5 additions and 20 deletions

View File

@@ -1036,7 +1036,7 @@ void CIRCNetwork::SetAltNick(const CString& s) {
}
void CIRCNetwork::SetIdent(const CString& s) {
if (m_pUser->GetIdent().Equals(s)) {
if (m_pUser->GetIdent().Equals(s)) {
m_sIdent = "";
} else {
m_sIdent = s;