Added notice to confirm that the session was added to the Do Not Track list.
This commit is contained in:
parent
8b8e4be17f
commit
5ac06c0927
@ -293,8 +293,12 @@ public:
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (tracking)
|
||||
if (tracking) {
|
||||
doNotTrackClient.push_back(m_pClient);
|
||||
PutUser(":*LogMySQL!LogMySQL@znc.in NOTICE "+m_pNetwork->GetIRCNick().GetNickMask()+" :Added session to do not track list.");
|
||||
} else {
|
||||
PutUser(":*LogMySQL!LogMySQL@znc.in NOTICE "+m_pNetwork->GetIRCNick().GetNickMask()+" :Already added session to do not track list.");
|
||||
}
|
||||
}
|
||||
|
||||
virtual bool OnLoad(const CString& sArgs, CString& sMessage) {
|
||||
|
@ -206,8 +206,12 @@ public:
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (tracking)
|
||||
if (tracking) {
|
||||
doNotTrackClient.push_back(m_pClient);
|
||||
PutUser(":*LogMySQL!LogMySQL@znc.in NOTICE "+m_pNetwork->GetIRCNick().GetNickMask()+" :Added session to do not track list.");
|
||||
} else {
|
||||
PutUser(":*LogMySQL!LogMySQL@znc.in NOTICE "+m_pNetwork->GetIRCNick().GetNickMask()+" :Already added session to do not track list.");
|
||||
}
|
||||
}
|
||||
|
||||
virtual bool OnLoad(const CString& sArgs, CString& sMessage) {
|
||||
|
Loading…
Reference in New Issue
Block a user