aboutsummaryrefslogtreecommitdiff
path: root/src/game/Chat.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-01-01 19:32:44 -0600
committermegamage <none@none>2009-01-01 19:32:44 -0600
commit704be96b4c25fa4566da22940f436eadc43679a1 (patch)
treeeedb1e47a5004d552761cdf13698387d9b9fd101 /src/game/Chat.cpp
parent95d6015cb0b4801fca2a617d5d2209091433f750 (diff)
*Add console command "difftime" to change the interval to record diff time in log.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Chat.cpp')
-rw-r--r--src/game/Chat.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Chat.cpp b/src/game/Chat.cpp
index 6842fc5b061..3ec5d92bd6a 100644
--- a/src/game/Chat.cpp
+++ b/src/game/Chat.cpp
@@ -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 }
};