]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/channels.h
Add timeouts to the http module. Two seperate timeouts, 60 seconds to receive headers...
[user/henk/code/inspircd.git] / include / channels.h
index 76d4aeb50bfd84b3e0b6839c002a4c2c66131409..6c92f08014ebe0db937b4060eb2effd4018a3b9d 100644 (file)
@@ -70,14 +70,6 @@ class BanItem : public HostItem
  */
 typedef std::vector<BanItem>   BanList;
 
-/** Holds a complete exempt list
- */
-typedef std::vector<ExemptItem>        ExemptList;
-
-/** Holds a complete invite list
- */
-typedef std::vector<InviteItem>        InviteList;
-
 /** A list of users on a channel
  */
 typedef std::map<userrec*,userrec*> CUList;