diff options
Diffstat (limited to 'modules/fantasy.cpp')
-rw-r--r-- | modules/fantasy.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/fantasy.cpp b/modules/fantasy.cpp index 5602522ff..b08179bca 100644 --- a/modules/fantasy.cpp +++ b/modules/fantasy.cpp @@ -95,8 +95,6 @@ class Fantasy : public Module public: Fantasy(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR) - , EventHook<Event::Privmsg>() - , EventHook<Event::ServiceBotEvent>() , fantasy(this, ChanServ::channel, "BS_FANTASY") , commandbssetfantasy(this) , OnBotFantasy(this) |