From 40e990ed06126c1ba6164738527127d1f58fc032 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 2 Sep 2006 16:02:35 +0000 Subject: All modules which implement simplemodes (no parameters, not a list mode) can now be UNLOADED O_o git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5102 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_blockcaps.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/modules/m_blockcaps.cpp') diff --git a/src/modules/m_blockcaps.cpp b/src/modules/m_blockcaps.cpp index ee57efafe..1d67522b9 100644 --- a/src/modules/m_blockcaps.cpp +++ b/src/modules/m_blockcaps.cpp @@ -94,20 +94,21 @@ public: } return 0; } - + virtual int OnUserPreNotice(userrec* user,void* dest,int target_type, std::string &text, char status) { return OnUserPreMessage(user,dest,target_type,text,status); } - + virtual ~ModuleBlockCAPS() { + ServerInstance->Modes->DelMode(bc); DELETE(bc); } - + virtual Version GetVersion() { - return Version(1,0,0,0,VF_STATIC|VF_VENDOR); + return Version(1,0,0,0,VF_COMMON|VF_VENDOR); } }; -- cgit v1.3.1-10-gc9f91