]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_helpop.cpp
Added <oper:swhois> to m_swhois, which will override <type:swhois> if specified
[user/henk/code/inspircd.git] / src / modules / m_helpop.cpp
index f5fce322b670436a31f2fb1e2b8a6e4f77593e99..22bd3619b6c89a9a1b578a9308a298302fa5279b 100644 (file)
@@ -192,6 +192,7 @@ class HelpopException : public ModuleException
        std::string err;
  public:
        HelpopException(std::string message) : err(message) { }
+       ~HelpopException() throw() { };
        virtual const char* GetReason() { return err.c_str(); }
 };