summaryrefslogtreecommitdiff
path: root/modules/hostserv/off.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hostserv/off.cpp')
-rw-r--r--modules/hostserv/off.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hostserv/off.cpp b/modules/hostserv/off.cpp
index 1d7d91876..e1af7def4 100644
--- a/modules/hostserv/off.cpp
+++ b/modules/hostserv/off.cpp
@@ -42,7 +42,7 @@ class CommandHSOff : public Command
// XXX vident?
u->vhost.clear();
- IRCD->SendVhostDel(u);
+ IRCD->Send<messages::VhostDel>(u);
Log(LOG_COMMAND, source, this) << "to disable their vhost";
source.Reply(_("Your vhost was removed and the normal cloaking restored."));
}