Realized that I have left LogMySQL in my copy/paste to LogSQLite of the do not track command.

This commit is contained in:
GRMrGecko 2012-07-02 09:48:28 -05:00
parent 6f34b37cca
commit 9deeb4c585

View File

@ -208,9 +208,9 @@ public:
}
if (tracking) {
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 {
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.");
}
}