summaryrefslogtreecommitdiff
path: root/modules/extra/hs_request.cpp
diff options
context:
space:
mode:
authorDukePyrolator <DukePyrolator@anope.org>2010-12-28 07:00:47 +0100
committerDukePyrolator <DukePyrolator@anope.org>2010-12-28 07:00:47 +0100
commitfd7f542bd9fadb6b17618c8cda898b795be2c03f (patch)
tree5e78be7a79d7f0dddf8862b82124979f8ae0038e /modules/extra/hs_request.cpp
parentf638d1078ab5ab630ce9393fe87edd630abdf75a (diff)
parent5ead326454ccc369f8b3b4ef91971b45e7e01072 (diff)
Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope into 1.9
Diffstat (limited to 'modules/extra/hs_request.cpp')
-rw-r--r--modules/extra/hs_request.cpp1
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);