X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=include%2Fchannels.h;h=6c92f08014ebe0db937b4060eb2effd4018a3b9d;hb=2e2f1e98a6123aa1177623f92480ce7ba3c55acb;hp=21cd8402d094cd6280d3a6741ee45c24fcd25cb9;hpb=1a3297e97427c3dd6c0d25c6c0591fbbdb94d8a7;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/channels.h b/include/channels.h index 21cd8402d..6c92f0801 100644 --- a/include/channels.h +++ b/include/channels.h @@ -66,30 +66,10 @@ class BanItem : public HostItem { }; -/** A subclass of HostItem designed to hold channel exempts (+e) - */ -class ExemptItem : public HostItem -{ -}; - -/** A subclass of HostItem designed to hold channel invites (+I) - */ -class InviteItem : public HostItem -{ -}; - /** Holds a complete ban list */ typedef std::vector BanList; -/** Holds a complete exempt list - */ -typedef std::vector ExemptList; - -/** Holds a complete invite list - */ -typedef std::vector InviteList; - /** A list of users on a channel */ typedef std::map CUList;