]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/u_listmode.h
Remove the intercomm system since sqlite is synchronous.
[user/henk/code/inspircd.git] / src / modules / u_listmode.h
index 981e2a369bbc411b5312d6f373038d9eb32c5ce6..0ca44547fbbabf4dc8a55ff3a23cb9a91f9d6505 100644 (file)
@@ -25,7 +25,7 @@ inline std::string stringtime()
 
 /** An item in a listmode's list
  */
-class ListItem : public classbase
+class ListItem
 {
 public:
        std::string nick;
@@ -35,7 +35,7 @@ public:
 
 /** The number of items a listmode's list may contain
  */
-class ListLimit : public classbase
+class ListLimit
 {
 public:
        std::string mask;
@@ -95,7 +95,7 @@ class ListModeBase : public ModeHandler
        {
                list = true;
                this->DoRehash();
-               Extensible::Register(&extItem);
+               ServerInstance->Extensions.Register(&extItem);
        }
 
        /** See mode.h