From 38e20390ddf38edd74447ef7db2af660b8e0ff32 Mon Sep 17 00:00:00 2001 From: Niklas Halle Date: Mon, 24 Aug 2020 19:04:13 +0200 Subject: add all available commands (in this branch? @Max where are the others?) --- include/SimpleHandlers.hpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 include/SimpleHandlers.hpp (limited to 'include/SimpleHandlers.hpp') 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 -- cgit v1.2.3-54-g00ecf