diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-05-09 00:29:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-09 00:29:58 +0300 |
commit | eef58035c1848a8cffbcb17373b6afbe43be1440 (patch) | |
tree | ec8ff687c1c15c6b3f8448e596f51de066a5717b /src/dyetool/actions | |
parent | 1f0070646425aeb23f01d769f5b1cf071d1d3d15 (diff) | |
download | plus-eef58035c1848a8cffbcb17373b6afbe43be1440.tar.gz plus-eef58035c1848a8cffbcb17373b6afbe43be1440.tar.bz2 plus-eef58035c1848a8cffbcb17373b6afbe43be1440.tar.xz plus-eef58035c1848a8cffbcb17373b6afbe43be1440.zip |
Add chat command for send any gui key.
New chat command: guikey.
Diffstat (limited to 'src/dyetool/actions')
-rw-r--r-- | src/dyetool/actions/chat.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dyetool/actions/chat.cpp b/src/dyetool/actions/chat.cpp index 940ded31c..3d5dcf5c7 100644 --- a/src/dyetool/actions/chat.cpp +++ b/src/dyetool/actions/chat.cpp @@ -62,5 +62,6 @@ impHandlerVoid(hat) impHandlerVoid(chatClipboard) impHandlerVoid(guildNotice) impHandlerVoid(translate) +impHandlerVoid(sendGuiKey) } // namespace Actions |