diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-23 01:00:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-23 01:00:04 +0300 |
commit | 26c14e5269feafec782166f80c31fe1a7c2b3d53 (patch) | |
tree | 3e3af33e53421438332a8738f273d032d7165640 /src/dyetool | |
parent | 9a50b90628eb61e1e48db35a36e9ad5c2a9a2bd5 (diff) | |
download | plus-26c14e5269feafec782166f80c31fe1a7c2b3d53.tar.gz plus-26c14e5269feafec782166f80c31fe1a7c2b3d53.tar.bz2 plus-26c14e5269feafec782166f80c31fe1a7c2b3d53.tar.xz plus-26c14e5269feafec782166f80c31fe1a7c2b3d53.zip |
Add chat command skill.
New chat command: /skill ID[ LEVEL[ TEXT]]
Diffstat (limited to 'src/dyetool')
-rw-r--r-- | src/dyetool/actions/commands.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dyetool/actions/commands.cpp b/src/dyetool/actions/commands.cpp index 60206a5a7..01c7f56ea 100644 --- a/src/dyetool/actions/commands.cpp +++ b/src/dyetool/actions/commands.cpp @@ -91,4 +91,5 @@ impHandlerVoid(confGet) impHandlerVoid(serverConfGet) impHandlerVoid(slide) impHandlerVoid(selectSkillLevel) +impHandlerVoid(skill) } // namespace Actions |