aboutsummaryrefslogtreecommitdiffstats
path: root/include/SimpleHandlers.hpp
diff options
context:
space:
mode:
authorNiklas Halle <niklas@niklashalle.net>2020-08-24 19:04:13 +0200
committerNiklas Halle <niklas@niklashalle.net>2020-08-24 19:04:13 +0200
commit38e20390ddf38edd74447ef7db2af660b8e0ff32 (patch)
tree19139ea991ae5d99b28d5c1f9f509ff0ebf4b151 /include/SimpleHandlers.hpp
parent61464b6d069513eda07e4fc2638c8889cbce98f5 (diff)
downloadn_core-38e20390ddf38edd74447ef7db2af660b8e0ff32.tar.gz
n_core-38e20390ddf38edd74447ef7db2af660b8e0ff32.zip
add all available commands (in this branch? @Max where are the others?)
Diffstat (limited to 'include/SimpleHandlers.hpp')
-rw-r--r--include/SimpleHandlers.hpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/SimpleHandlers.hpp b/include/SimpleHandlers.hpp
new file mode 100644
index 0000000..06dfcd1
--- /dev/null
+++ b/include/SimpleHandlers.hpp
@@ -0,0 +1,13 @@
+#pragma once
+
+#include "Handler.hpp"
+
+namespace Handler {
+ json helpHandler(std::string const &arguments, std::string const &session, void *payload);
+
+ json stopHandler(std::string const &arguments, std::string const &session, void *payload);
+
+ json wikiHandler(std::string const &arguments, std::string const &session, void *payload);
+
+ json klingerHandler(std::string const &arguments, std::string const &session, void *payload);
+} \ No newline at end of file