diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/users.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/users.h b/include/users.h index 681f5d4b4..2dda51984 100644 --- a/include/users.h +++ b/include/users.h @@ -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 |