aboutsummaryrefslogtreecommitdiff
path: root/src/game/Chat.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-04-09 13:48:01 -0500
committermegamage <none@none>2009-04-09 13:48:01 -0500
commit7e275145e27e11dfd81403106d34b209b7c2aa36 (patch)
tree1cf93cd9700d306998b1fb1a45cb674facc4cce3 /src/game/Chat.cpp
parent5a71d93bd24880866890f4b5193db60d4aff0c96 (diff)
*Add new console command "server set logfilelevel".
--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 396af91f409..f63a550b7de 100644
--- a/src/game/Chat.cpp
+++ b/src/game/Chat.cpp
@@ -524,6 +524,7 @@ ChatCommand * ChatHandler::getCommandTable()
{
{ "difftime", SEC_CONSOLE, true, &ChatHandler::HandleServerSetDiffTimeCommand, "", NULL },
{ "loglevel", SEC_CONSOLE, true, &ChatHandler::HandleServerSetLogLevelCommand, "", NULL },
+ { "logfilelevel", SEC_CONSOLE, true, &ChatHandler::HandleServerSetLogFileLevelCommand, "", NULL },
{ "motd", SEC_ADMINISTRATOR, true, &ChatHandler::HandleServerSetMotdCommand, "", NULL },
{ "closed", SEC_ADMINISTRATOR, true, &ChatHandler::HandleServerSetClosedCommand, "", NULL },
{ NULL, 0, false, NULL, "", NULL }