]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/channels.h
Module API changes to use Membership* where sensible
[user/henk/code/inspircd.git] / include / channels.h
index ec52661d6144dd76c149e57d85a5cde467d290c2..f71ad53a3ee568a4f60b9f9043aea69098edf099 100644 (file)
@@ -81,12 +81,6 @@ enum UserChannelModes {
  */
 class CoreExport Channel : public Extensible
 {
- private:
-
-       /** Pointer to creator object
-        */
-       InspIRCd* ServerInstance;
-
        /** Connect a Channel to a User
         */
        static Channel* ForceChan(InspIRCd* Instance, Channel* Ptr, User* user, const std::string &privs, bool bursting, bool created);
@@ -100,6 +94,10 @@ class CoreExport Channel : public Extensible
        int maxbans;
 
  public:
+       /** Pointer to creator object
+        */
+       InspIRCd* ServerInstance;
+
        /** Creates a channel record and initialises it with default values
         * @throw Nothing at present.
         */