summaryrefslogtreecommitdiff
path: root/src/emap/atcommand.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-03-01 20:53:22 +0300
committerAndrei Karas <akaras@inbox.ru>2019-03-01 20:53:22 +0300
commit4effbb02d2e656d0d8f33e4337b4b932d6ae8ce7 (patch)
treebd6bbb83e6f2d9ae3bb78f7447512260fedc2570 /src/emap/atcommand.h
parentd7407de2502d0fda743faf7da0e79995bb017c3b (diff)
downloadevol-hercules-4effbb02d2e656d0d8f33e4337b4b932d6ae8ce7.tar.gz
evol-hercules-4effbb02d2e656d0d8f33e4337b4b932d6ae8ce7.tar.bz2
evol-hercules-4effbb02d2e656d0d8f33e4337b4b932d6ae8ce7.tar.xz
evol-hercules-4effbb02d2e656d0d8f33e4337b4b932d6ae8ce7.zip
Add at command for get name by being id
New gm command: getname ID
Diffstat (limited to 'src/emap/atcommand.h')
-rw-r--r--src/emap/atcommand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/atcommand.h b/src/emap/atcommand.h
index 5b8588b..50a92df 100644
--- a/src/emap/atcommand.h
+++ b/src/emap/atcommand.h
@@ -41,5 +41,6 @@ ACMD1(mapExit);
ACMD1(serverExit);
ACMD0(log);
ACMD4(tee);
+ACMD4(getName);
#endif // EVOL_MAP_ATCOMMAND