blob: 3ae58a77f2e086e1fe6460299f94db25bfb206b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#include <dpp/dpp.h>
#include <commandhandler.h>
using namespace std;
using namespace dpp;
void about(const std::string &name, const parameter_list_t ¶ms, command_source) {
}
|