diff options
author | Adam <Adam@anope.org> | 2016-10-09 19:51:39 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2016-10-09 19:51:39 -0400 |
commit | e7dd7159b1e1ab5b3edabc44ece5338672f8fbb4 (patch) | |
tree | 9517f02ca1c29fa247f6914398f35a44052c22ff /include/module.h | |
parent | 8ceca4fd3f9cb82bc93801d5eb682d27b2ad2f54 (diff) |
Make vhosts assignable to accounts, not nicks. Allow multiple vhosts per account.
Diffstat (limited to 'include/module.h')
-rw-r--r-- | include/module.h | 1 |
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" |