diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-01-04 22:01:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-01-04 22:01:44 +0300 |
commit | cbd616c89bd2650c931dc52a22b2309310efa196 (patch) | |
tree | e8b446b06945bf97212444b67744eabe65f31294 /src/commandhandler.h | |
parent | 22bf37caec833bf38387a3a9f2d42bf3ea9bb3f4 (diff) | |
download | plus-cbd616c89bd2650c931dc52a22b2309310efa196.tar.gz plus-cbd616c89bd2650c931dc52a22b2309310efa196.tar.bz2 plus-cbd616c89bd2650c931dc52a22b2309310efa196.tar.xz plus-cbd616c89bd2650c931dc52a22b2309310efa196.zip |
Add chat command /dumpt for dumping last testing values.
Diffstat (limited to 'src/commandhandler.h')
-rw-r--r-- | src/commandhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commandhandler.h b/src/commandhandler.h index b97b191ff..af54278ac 100644 --- a/src/commandhandler.h +++ b/src/commandhandler.h @@ -299,6 +299,8 @@ class CommandHandler void handleDumpGraphics(const std::string &args, ChatTab *tab); + void handleDumpTests(const std::string &args, ChatTab *tab); + void outString(ChatTab *tab, const std::string &str, const std::string &def); |