summaryrefslogtreecommitdiff
path: root/src/net/eathena/adminhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-23 22:56:28 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-23 22:56:28 +0300
commit7b6e10d546402ad6820537cedbc5eba909d28fd9 (patch)
treefa603395e55ceab5b12d31be35996ae1ad0fcd33 /src/net/eathena/adminhandler.cpp
parentea721a7170da66bac40f8dfdb8a4de659ccde374 (diff)
downloadplus-7b6e10d546402ad6820537cedbc5eba909d28fd9.tar.gz
plus-7b6e10d546402ad6820537cedbc5eba909d28fd9.tar.bz2
plus-7b6e10d546402ad6820537cedbc5eba909d28fd9.tar.xz
plus-7b6e10d546402ad6820537cedbc5eba909d28fd9.zip
Add chat command for gms /iteminfo
Diffstat (limited to 'src/net/eathena/adminhandler.cpp')
-rw-r--r--src/net/eathena/adminhandler.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/adminhandler.cpp b/src/net/eathena/adminhandler.cpp
index 878cd2156..ed328b57b 100644
--- a/src/net/eathena/adminhandler.cpp
+++ b/src/net/eathena/adminhandler.cpp
@@ -167,4 +167,9 @@ void AdminHandler::monsterInfo(const std::string &name) const
chatHandler->talk("@monsterinfo " + name, GENERAL_CHANNEL);
}
+void AdminHandler::itemInfo(const std::string &name) const
+{
+ chatHandler->talk("@iteminfo " + name, GENERAL_CHANNEL);
+}
+
} // namespace EAthena