mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Allow setting a network-specific settings the same as the user setting
Fixes #94
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user