summaryrefslogtreecommitdiff
path: root/src/map/atcommand.h
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2008-12-03 19:54:23 -0700
committerFate <fate-tmw@googlemail.com>2008-12-03 19:54:23 -0700
commit1efdef1c054419ba1a0c8ee8836c5737228d579a (patch)
tree4a61d2d814122dc160f4a4ea66a15c2f58506cae /src/map/atcommand.h
parent28677f9e8071015f65a81254232d12da6393f144 (diff)
downloadtmwa-1efdef1c054419ba1a0c8ee8836c5737228d579a.tar.gz
tmwa-1efdef1c054419ba1a0c8ee8836c5737228d579a.tar.bz2
tmwa-1efdef1c054419ba1a0c8ee8836c5737228d579a.tar.xz
tmwa-1efdef1c054419ba1a0c8ee8836c5737228d579a.zip
GM commands can now be logged (specify a filename as gm_log in map_athena.conf). Added @log and @tee and @l and @t commands at level 60.
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r--src/map/atcommand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h
index 4651d39..76593cc 100644
--- a/src/map/atcommand.h
+++ b/src/map/atcommand.h
@@ -211,6 +211,8 @@ enum AtCommandType {
AtCommand_SetMagic,
AtCommand_MagicInfo,
+ AtCommand_Log,
+ AtCommand_Tee,
// end
AtCommand_Unknown,
AtCommand_MAX