diff --git a/IRCDDBApp.cpp b/IRCDDBApp.cpp index 0b4a4f9..ea942ed 100644 --- a/IRCDDBApp.cpp +++ b/IRCDDBApp.cpp @@ -131,7 +131,7 @@ public: IRCDDBApp::IRCDDBApp(const std::string& u_chan) : m_d(new IRCDDBAppPrivate) - , m_maxTime((time_t)950000000) //februray 2000 + , m_maxTime((time_t)time(0) - (time_t)(60 * 24 * 60 60)) // look 60 days in the past { m_d->m_sendQ = NULL; m_d->m_initReady = false;