diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-05-23 23:03:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-05-23 23:03:45 +0300 |
commit | cea367c529bd8400a44fab3f580d43120457e1b9 (patch) | |
tree | f33d4393865bdf2f6bff041002243583605f1de4 /src/dyetool | |
parent | 7863473dc201f4a497669cbf69875eb6e9389273 (diff) | |
download | ManaVerse-cea367c529bd8400a44fab3f580d43120457e1b9.tar.gz ManaVerse-cea367c529bd8400a44fab3f580d43120457e1b9.tar.bz2 ManaVerse-cea367c529bd8400a44fab3f580d43120457e1b9.tar.xz ManaVerse-cea367c529bd8400a44fab3f580d43120457e1b9.zip |
Add chat command for send any number of pritable chars to input.
Diffstat (limited to 'src/dyetool')
-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 bf57c1c49..ece0e42b9 100644 --- a/src/dyetool/actions/chat.cpp +++ b/src/dyetool/actions/chat.cpp @@ -64,5 +64,6 @@ impHandlerVoid(guildNotice) impHandlerVoid(translate) impHandlerVoid(sendGuiKey) impHandlerVoid(sendMouseKey) +impHandlerVoid(sendChars) } // namespace Actions |