]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/channelmanager.h
It is not my %$"*&%" day. This never happened.
[user/henk/code/inspircd.git] / include / channelmanager.h
index a85cdea26600788ba837689de0ac520ad91fc96c..b5493529d7d1ee810ec6af0f6026c21ebc6da478 100644 (file)
 #ifndef __CHANNELMANAGER_H
 #define __CHANNELMANAGER_H
 
-class CoreExport ChannelManager : public classbase
+/** THe channel manager class allocates and deallocates channels and manages
+ * the container which holds them. For some reason, nobody finished this.
+ * TODO: Finish in future release!
+ */
+class CoreExport ChannelManager : public Extensible
 {
  private:
        InspIRCd *ServerInstance;
  public:
-       UserManager(InspIRCd *Instance)
+       /** Constructor
+        */
+       ChannelManager(InspIRCd *Instance) : ServerInstance(Instance)
        {
-               ServerInstance = Instance;
        }
 };