]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/man/Invited.3
Added module sockets to new engine, MAY NOT WORK
[user/henk/code/inspircd.git] / docs / man / Invited.3
1 .TH "Invited" 3 "30 Apr 2004" "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.Definition at line 25 of file users.h.
25 .SH "Member Data Documentation"
26 .PP 
27 .SS "char Invited::channel[CHANMAX]"
28 .PP
29 Definition at line 28 of file users.h.
30 .PP
31 Referenced by userrec::InviteTo().
32
33 .SH "Author"
34 .PP 
35 Generated automatically by Doxygen for InspIRCd from the source code.