From 49dd1c34096623e916f6e5aba44f7036738c3344 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 27 Dec 2010 00:42:38 -0500 Subject: Bug #1220 - Fixed an event in /hs activate and /ms del --- modules/extra/hs_request.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/extra/hs_request.cpp') diff --git a/modules/extra/hs_request.cpp b/modules/extra/hs_request.cpp index fbba8bb02..c3661f2fd 100644 --- a/modules/extra/hs_request.cpp +++ b/modules/extra/hs_request.cpp @@ -153,6 +153,7 @@ class CommandHSActivate : public Command if (it != Requests.end()) { na->hostinfo.SetVhost(it->second->ident, it->second->host, u->nick, it->second->time); + FOREACH_MOD(I_OnSetVhost, OnSetVhost(na)); if (HSRequestMemoUser) memo_send(source, na->nick, _("[auto memo] Your requested vHost has been approved."), 2); -- cgit