summaryrefslogtreecommitdiff
path: root/include/channelmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/channelmanager.h')
-rw-r--r--include/channelmanager.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/channelmanager.h b/include/channelmanager.h
index c19876859..b5493529d 100644
--- a/include/channelmanager.h
+++ b/include/channelmanager.h
@@ -14,11 +14,17 @@
#ifndef __CHANNELMANAGER_H
#define __CHANNELMANAGER_H
+/** 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:
+ /** Constructor
+ */
ChannelManager(InspIRCd *Instance) : ServerInstance(Instance)
{
}