]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/man/man3/Invited.3
07e201794934bb042ba1f50ed173c2b01cff0b2e
[user/henk/code/inspircd.git] / docs / man / man3 / Invited.3
1 .TH "Invited" 3 "15 Dec 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 Invited \- Holds a channel name to which a user has been invited.  
6
7 .PP
8 .SH SYNOPSIS
9 .br
10 .PP
11 \fC#include <users.h>\fP
12 .PP
13 Inherits \fBclassbase\fP.
14 .PP
15 .SS "Public Attributes"
16
17 .in +1c
18 .ti -1c
19 .RI "char \fBchannel\fP [CHANMAX]"
20 .br
21 .in -1c
22 .SH "Detailed Description"
23 .PP 
24 Holds a channel name to which a user has been invited. 
25 .PP
26 Definition at line 39 of file users.h.
27 .SH "Member Data Documentation"
28 .PP 
29 .SS "char \fBInvited::channel\fP[CHANMAX]"
30 .PP
31 Definition at line 42 of file users.h.
32 .PP
33 Referenced by userrec::InviteTo().
34
35 .SH "Author"
36 .PP 
37 Generated automatically by Doxygen for InspIRCd from the source code.