diff options
Diffstat (limited to 'include/event.h')
-rw-r--r-- | include/event.h | 12 |
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"; |