summaryrefslogtreecommitdiff
path: root/include/event.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2017-11-19 13:24:48 -0500
committerAdam <Adam@anope.org>2017-11-19 13:24:48 -0500
commit3fb9bb5118a5c3c6c916a48feed0e069867f3133 (patch)
tree16631512dbcff5ec3146d4f60a30e732ab6c64b1 /include/event.h
parentd616bf3328eca31cb46b5d54e656b556dd513ed3 (diff)
hostserv: expand events for newer vhost model
Diffstat (limited to 'include/event.h')
-rw-r--r--include/event.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/event.h b/include/event.h
index 0dc200c7e..774672843 100644
--- a/include/event.h
+++ b/include/event.h
@@ -875,18 +875,6 @@ namespace Event
virtual void OnInvite(User *source, Channel *c, User *targ) anope_abstract;
};
- struct CoreExport SetVhost : Events
- {
- static constexpr const char *NAME = "setvhost";
-
- using Events::Events;
-
- /** Called when a vhost is set
- * @param na The nickalias of the vhost
- */
- virtual void OnSetVhost(NickServ::Nick *na) anope_abstract;
- };
-
struct CoreExport SetDisplayedHost : Events
{
static constexpr const char *NAME = "setdisplayedhost";