mirror of
https://github.com/znc/znc.git
synced 2026-06-19 09:35:27 +02:00
Allow setting a network-specific settings the same as the user setting
Fixes #94
This commit is contained in:
+1
-1
@@ -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