diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-25 22:29:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-25 22:29:29 +0300 |
commit | 3a091245572872f5cda79eab92eb392f92c02b39 (patch) | |
tree | 512e1b815194d865f67714542ab076411e084f32 /src/actions/commands.h | |
parent | 10029599ee4cb4c26531303ab0e07cedc856f1ad (diff) | |
download | plus-3a091245572872f5cda79eab92eb392f92c02b39.tar.gz plus-3a091245572872f5cda79eab92eb392f92c02b39.tar.bz2 plus-3a091245572872f5cda79eab92eb392f92c02b39.tar.xz plus-3a091245572872f5cda79eab92eb392f92c02b39.zip |
Move chat command /move into actions.
Diffstat (limited to 'src/actions/commands.h')
-rw-r--r-- | src/actions/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions/commands.h b/src/actions/commands.h index 02810286c..35bd27538 100644 --- a/src/actions/commands.h +++ b/src/actions/commands.h @@ -38,6 +38,7 @@ namespace Actions decHandler(chatErase); decHandler(present); decHandler(printAll); + decHandler(move); } // namespace Actions #undef decHandler |