summaryrefslogtreecommitdiff
path: root/src/map/atcommand.h
diff options
context:
space:
mode:
authorMadCamel <madcamel@gmail.com>2009-05-04 09:46:31 -0400
committerJared Adams <jaxad0127@gmail.com>2009-05-04 07:56:18 -0600
commitfa939d8917abe20709ad72c40496b083cea5f86f (patch)
tree2e4ee86e2810e165a2ed11b22a72f83eb7bd87e3 /src/map/atcommand.h
parent9e62b627642fb45f39ea948546be3c3dd1e6dd3d (diff)
downloadtmwa-fa939d8917abe20709ad72c40496b083cea5f86f.tar.gz
tmwa-fa939d8917abe20709ad72c40496b083cea5f86f.tar.bz2
tmwa-fa939d8917abe20709ad72c40496b083cea5f86f.tar.xz
tmwa-fa939d8917abe20709ad72c40496b083cea5f86f.zip
Added @wgm command to whisper all online GMs (if any)
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r--src/map/atcommand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h
index ae60537..575bad4 100644
--- a/src/map/atcommand.h
+++ b/src/map/atcommand.h
@@ -180,6 +180,7 @@ enum AtCommandType {
AtCommand_Visible,
AtCommand_IterateForward,
AtCommand_IterateBackward,
+ AtCommand_Wgm,
// end
AtCommand_Unknown,
AtCommand_MAX