summaryrefslogtreecommitdiff
path: root/docs/man/man3/ModeParameter.3
blob: 6c8553ede1c12c9c478bf99bf7a034247091a1c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
.TH "ModeParameter" 3 "7 Apr 2005" "InspIRCd" \" -*- nroff -*-
.ad l
.nh
.SH NAME
ModeParameter \- Holds a custom parameter to a module-defined channel mode e.g.  

.PP
.SH SYNOPSIS
.br
.PP
\fC#include <channels.h>\fP
.PP
Inherits \fBclassbase\fP.
.PP
.SS "Public Attributes"

.in +1c
.ti -1c
.RI "char \fBmode\fP"
.br
.ti -1c
.RI "char \fBparameter\fP [MAXBUF]"
.br
.ti -1c
.RI "char \fBchannel\fP [CHANMAX]"
.br
.in -1c
.SH "Detailed Description"
.PP 
Holds a custom parameter to a module-defined channel mode e.g. 

for +L this would hold the channel name. 
.PP
Definition at line 70 of file channels.h.
.SH "Member Data Documentation"
.PP 
.SS "char \fBModeParameter::channel\fP[CHANMAX]"
.PP
Definition at line 75 of file channels.h.
.PP
Referenced by chanrec::SetCustomModeParam().
.SS "char \fBModeParameter::mode\fP"
.PP
Definition at line 73 of file channels.h.
.PP
Referenced by chanrec::SetCustomModeParam().
.SS "char \fBModeParameter::parameter\fP[MAXBUF]"
.PP
Definition at line 74 of file channels.h.
.PP
Referenced by chanrec::SetCustomModeParam().

.SH "Author"
.PP 
Generated automatically by Doxygen for InspIRCd from the source code.