aboutsummaryrefslogtreecommitdiff
path: root/src/meta.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/meta.cpp')
-rw-r--r--src/meta.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/meta.cpp b/src/meta.cpp
new file mode 100644
index 0000000..3ae58a7
--- /dev/null
+++ b/src/meta.cpp
@@ -0,0 +1,9 @@
+#include <dpp/dpp.h>
+#include <commandhandler.h>
+
+using namespace std;
+using namespace dpp;
+
+void about(const std::string &name, const parameter_list_t &params, command_source) {
+
+} \ No newline at end of file