]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/channels.h
Rewrite invite system
[user/henk/code/inspircd.git] / include / channels.h
index 4d1d14c13ea5819a96e34fdb021b371442688cff..be84ac8009736510e031fa892a34c4cd51d1a6ed 100644 (file)
@@ -34,7 +34,7 @@
  * This class represents a channel, and contains its name, modes, topic, topic set time,
  * etc, and an instance of the BanList type.
  */
-class CoreExport Channel : public Extensible, public InviteBase<Channel>
+class CoreExport Channel : public Extensible
 {
  public:
        /** A map of Memberships on a channel keyed by User pointers