diff options
author | Adam <Adam@anope.org> | 2010-12-27 00:42:38 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-12-27 00:42:38 -0500 |
commit | 49dd1c34096623e916f6e5aba44f7036738c3344 (patch) | |
tree | c21cc7991718061dfa5239e9e56b51b27cee3de5 /modules/extra/hs_request.cpp | |
parent | fce491e18c654c84f7d379beb202faa28f3b2b64 (diff) |
Bug #1220 - Fixed an event in /hs activate and /ms del
Diffstat (limited to 'modules/extra/hs_request.cpp')
-rw-r--r-- | modules/extra/hs_request.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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); |