summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-15 00:56:11 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-15 00:56:11 +0000
commit84b6d82413c71c845c97279ea9150089cd9f8b5a (patch)
treed0eeed3864b3eb8d7737ac8dcc38d73a4ed4922f /include
parent780809b758f0091c71ffe7148033ac9058f093af (diff)
Added idea from ircu: /invite with too few params shows the channels youve been invited to but have not yet joined
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1382 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/users.h3
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