diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-03-01 20:53:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-03-01 20:53:22 +0300 |
commit | 4effbb02d2e656d0d8f33e4337b4b932d6ae8ce7 (patch) | |
tree | bd6bbb83e6f2d9ae3bb78f7447512260fedc2570 /src/emap/atcommand.h | |
parent | d7407de2502d0fda743faf7da0e79995bb017c3b (diff) | |
download | plugin-4effbb02d2e656d0d8f33e4337b4b932d6ae8ce7.tar.gz plugin-4effbb02d2e656d0d8f33e4337b4b932d6ae8ce7.tar.bz2 plugin-4effbb02d2e656d0d8f33e4337b4b932d6ae8ce7.tar.xz plugin-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.h | 1 |
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 |