]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
Removed __single_client_alloc again because gcc devs were smoking crack and removed it
[user/henk/code/inspircd.git] / include / users.h
index 681f5d4b4ff97b228126d48e254a8c0d184e9afd..2dda519840bdb52747856ce25d28b9c5bcc30b39 100644 (file)
@@ -308,6 +308,9 @@ class userrec : public connection
         */
        void FlushWriteBuf();
 
+       /** Returns the list of channels this user has been invited to but has not yet joined.
+        */
+       InvitedList* GetInviteList();
 };
 
 /** A lightweight userrec used by WHOWAS