mirror of
https://github.com/anope/anope.git
synced 2026-07-05 23:13:12 +02:00
Bug #1220 - Fixed an event in /hs activate and /ms del
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user