1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 16:03:13 +02:00

Don't allow loading hostserv mods if there can be no hostserv

This commit is contained in:
Adam
2015-06-29 08:58:31 -04:00
parent d563aa0da8
commit 8eb46772e6
7 changed files with 12 additions and 5 deletions
-1
View File
@@ -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");
}