diff options
Diffstat (limited to 'src/users.cpp')
-rw-r--r-- | src/users.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/users.cpp b/src/users.cpp index 7a8878106..6fca08abc 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -85,6 +85,11 @@ bool userrec::IsInvited(char* channel) return false; } +InvitedList* userrec::GetInviteList() +{ + return &invites; +} + void userrec::InviteTo(char* channel) { Invited i; |