]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modules.h
Aaaand, fix the typo
[user/henk/code/inspircd.git] / include / modules.h
index 851fa1b5a514106cee0138093d6b2d1148c53508..3aab093e5011c52593ae79233b6aa40705388933 100644 (file)
@@ -268,7 +268,7 @@ class Event : public ModuleMessage
  * be loaded. If this happens, the error message returned by ModuleException::GetReason will be displayed to the user
  * attempting to load the module, or dumped to the console if the ircd is currently loading for the first time.
  */
-class ModuleException
+class ModuleException : public classbase
 {
  private:
        /** Holds the error message to be displayed
@@ -1210,7 +1210,7 @@ class Module : public Extensible
  * output to users and other servers. All modules should instantiate at least one copy of this class,
  * and use its member functions to perform their tasks.
  */
-class Server : public classbase
+class Server : public Extensible
 {
  public:
        /** Default constructor.