summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-27 02:20:56 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-27 02:20:56 +0300
commit1b27066e2d98c82b0bf135188ebb57e16af669df (patch)
tree87460b10e94f0734357d57a95c311522f453647f /src/commands.cpp
parenta714a339ac461943236eb1992c38dfb16821d0a1 (diff)
downloadplus-1b27066e2d98c82b0bf135188ebb57e16af669df.tar.gz
plus-1b27066e2d98c82b0bf135188ebb57e16af669df.tar.bz2
plus-1b27066e2d98c82b0bf135188ebb57e16af669df.tar.xz
plus-1b27066e2d98c82b0bf135188ebb57e16af669df.zip
Move chat command /dumpt into actions.
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index 969b73c68..f1eda21ea 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -106,13 +106,6 @@ impHandler(hack)
return true;
}
-impHandler(dumpTests)
-{
- const std::string str = config.getStringValue("testInfo");
- outStringNormal(event.tab, str, str);
- return true;
-}
-
impHandler(url)
{
if (event.tab)