Implementing ticket #47 Automatic notifications before server restart.

This commit is contained in:
lotodore
2011-02-10 22:16:36 +00:00
parent af8e2fc63a
commit 387739c84f
5 changed files with 89 additions and 5 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
using namespace std;
ServerLobbyBot::ServerLobbyBot()
: m_ircRestartTimer(boost::posix_time::time_duration(0, 0, 0), boost::timers::portable::microsec_timer::auto_start)
: m_ircRestartTimer(boost::posix_time::time_duration(0, 0, 0), boost::timers::portable::second_timer::auto_start)
{
}