Realized that I have left LogMySQL in my copy/paste to LogSQLite of the do not track command.
This commit is contained in:
parent
6f34b37cca
commit
9deeb4c585
@ -208,9 +208,9 @@ public:
|
|||||||
}
|
}
|
||||||
if (tracking) {
|
if (tracking) {
|
||||||
doNotTrackClient.push_back(m_pClient);
|
doNotTrackClient.push_back(m_pClient);
|
||||||
PutUser(":*LogMySQL!LogMySQL@znc.in NOTICE "+m_pNetwork->GetIRCNick().GetNickMask()+" :Added session to do not track list.");
|
PutUser(":*LogSQLite!LogSQLite@znc.in NOTICE "+m_pNetwork->GetIRCNick().GetNickMask()+" :Added session to do not track list.");
|
||||||
} else {
|
} else {
|
||||||
PutUser(":*LogMySQL!LogMySQL@znc.in NOTICE "+m_pNetwork->GetIRCNick().GetNickMask()+" :Already added session to do not track list.");
|
PutUser(":*LogSQLite!LogSQLite@znc.in NOTICE "+m_pNetwork->GetIRCNick().GetNickMask()+" :Already added session to do not track list.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user