diff options
author | Adam <Adam@anope.org> | 2015-06-29 08:58:31 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2015-06-29 08:58:31 -0400 |
commit | 8eb46772e6e9244575851ceaa86b39e57a1db060 (patch) | |
tree | cdb5a900345c3007ac5d402e407d3610b4e5b1a1 /modules/commands/hs_request.cpp | |
parent | d563aa0da8f779505302b6c3d2b22b0b6e542cee (diff) |
Don't allow loading hostserv mods if there can be no hostserv
Diffstat (limited to 'modules/commands/hs_request.cpp')
-rw-r--r-- | modules/commands/hs_request.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/commands/hs_request.cpp b/modules/commands/hs_request.cpp index 616b2e772..313057d25 100644 --- a/modules/commands/hs_request.cpp +++ b/modules/commands/hs_request.cpp @@ -362,7 +362,6 @@ class HSRequest : public Module commandhsrequest(this), commandhsactive(this), commandhsreject(this), commandhswaiting(this), hostrequest(this, "hostrequest"), request_type("HostRequest", HostRequest::Unserialize) { - if (!IRCD || !IRCD->CanSetVHost) throw ModuleException("Your IRCd does not support vhosts"); } |