summaryrefslogtreecommitdiff
path: root/include/module.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2016-10-09 19:51:39 -0400
committerAdam <Adam@anope.org>2016-10-09 19:51:39 -0400
commite7dd7159b1e1ab5b3edabc44ece5338672f8fbb4 (patch)
tree9517f02ca1c29fa247f6914398f35a44052c22ff /include/module.h
parent8ceca4fd3f9cb82bc93801d5eb682d27b2ad2f54 (diff)
Make vhosts assignable to accounts, not nicks. Allow multiple vhosts per account.
Diffstat (limited to 'include/module.h')
-rw-r--r--include/module.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/module.h b/include/module.h
index 490196f9c..6371eb336 100644
--- a/include/module.h
+++ b/include/module.h
@@ -52,4 +52,5 @@
#include "modules/nickserv.h"
#include "modules/botserv.h"
#include "modules/memoserv.h"
+#include "modules/hostserv.h"
#include "accessgroup.h"