summaryrefslogtreecommitdiff
path: root/include/modules/hostserv.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2017-06-24 16:20:08 -0400
committerAdam <Adam@anope.org>2017-06-24 16:20:08 -0400
commitf90b2dc3dbdb79a50933a0034b2339693615b02a (patch)
tree5f944f90aa8c9ba0c028eaabeb4f458893dd8ae3 /include/modules/hostserv.h
parent8133bcaf48bb6a678bc17a9373cc59a97b68a74e (diff)
Add hostserv ban command to ban users from requesting vhosts
Diffstat (limited to 'include/modules/hostserv.h')
-rw-r--r--include/modules/hostserv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/modules/hostserv.h b/include/modules/hostserv.h
index f2ec9a187..84403b32b 100644
--- a/include/modules/hostserv.h
+++ b/include/modules/hostserv.h
@@ -21,6 +21,9 @@
#include "serialize.h"
+#include "hostserv/ban.h"
+#include "hostserv/request.h"
+
namespace HostServ
{
class VHost : public Serialize::Object