]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/command_parse.h
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / include / command_parse.h
index 7ee0e8a079ba4a79f9744f933b273c5798b4b896..10dbef58d6106072afd63983c91189bd835f716a 100644 (file)
@@ -26,10 +26,6 @@ typedef std::map<std::string, void*> SharedObjectList;
 class CoreExport CommandParser : public classbase
 {
  private:
-       /** The creator of this class
-        */
-       InspIRCd* ServerInstance;
-
        /** Parameter buffer
         */
        std::vector<std::string> para;
@@ -61,7 +57,7 @@ class CoreExport CommandParser : public classbase
        /** Default constructor.
         * @param Instance The creator of this class
         */
-       CommandParser(InspIRCd* Instance);
+       CommandParser();
 
        /** Calls the handler for a given command.
         * @param commandname The command to find. This should be in uppercase.