]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/man/man3/ModeParameter.3
New documentation!
[user/henk/code/inspircd.git] / docs / man / man3 / ModeParameter.3
1 .TH "ModeParameter" 3 "26 Apr 2005" "InspIRCd" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 ModeParameter \- Holds a custom parameter to a module-defined channel mode e.g.  
6
7 .PP
8 .SH SYNOPSIS
9 .br
10 .PP
11 \fC#include <channels.h>\fP
12 .PP
13 Inherits \fBclassbase\fP.
14 .PP
15 .SS "Public Attributes"
16
17 .in +1c
18 .ti -1c
19 .RI "char \fBmode\fP"
20 .br
21 .ti -1c
22 .RI "char \fBparameter\fP [MAXBUF]"
23 .br
24 .ti -1c
25 .RI "char \fBchannel\fP [CHANMAX]"
26 .br
27 .in -1c
28 .SH "Detailed Description"
29 .PP 
30 Holds a custom parameter to a module-defined channel mode e.g. 
31
32 for +L this would hold the channel name. 
33 .PP
34 Definition at line 70 of file channels.h.
35 .SH "Member Data Documentation"
36 .PP 
37 .SS "char \fBModeParameter::channel\fP[CHANMAX]"
38 .PP
39 Definition at line 75 of file channels.h.
40 .PP
41 Referenced by chanrec::SetCustomModeParam().
42 .SS "char \fBModeParameter::mode\fP"
43 .PP
44 Definition at line 73 of file channels.h.
45 .PP
46 Referenced by chanrec::SetCustomModeParam().
47 .SS "char \fBModeParameter::parameter\fP[MAXBUF]"
48 .PP
49 Definition at line 74 of file channels.h.
50 .PP
51 Referenced by chanrec::SetCustomModeParam().
52
53 .SH "Author"
54 .PP 
55 Generated automatically by Doxygen for InspIRCd from the source code.