From 84b6d82413c71c845c97279ea9150089cd9f8b5a Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 15 May 2005 00:56:11 +0000 Subject: 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 --- include/users.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/users.h') 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 -- cgit v1.2.3