*Add console command "difftime" to change the interval to record diff time in log.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-01-01 19:32:44 -06:00
parent 95d6015cb0
commit 704be96b4c
4 changed files with 23 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ ChatCommand * ChatHandler::getCommandTable()
static ChatCommand serverSetCommandTable[] =
{
{ "loglevel", SEC_CONSOLE, true, &ChatHandler::HandleServerSetLogLevelCommand, "", NULL },
{ "difftime", SEC_CONSOLE, true, &ChatHandler::HandleServerSetDiffTimeCommand, "", NULL },
{ "motd", SEC_ADMINISTRATOR, true, &ChatHandler::HandleServerSetMotdCommand, "", NULL },
{ NULL, 0, false, NULL, "", NULL }
};