]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/man/ExtMode.3
Added remote kill
[user/henk/code/inspircd.git] / docs / man / ExtMode.3
1 .TH "ExtMode" 3 "30 Apr 2004" "InspIRCd" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 ExtMode \- 
6 .SH SYNOPSIS
7 .br
8 .PP
9 Inherits \fBclassbase\fP.
10 .PP
11 .SS "Public Member Functions"
12
13 .in +1c
14 .ti -1c
15 .RI "\fBExtMode\fP (char mc, int ty, bool oper, int p_on, int p_off)"
16 .br
17 .in -1c
18 .SS "Public Attributes"
19
20 .in +1c
21 .ti -1c
22 .RI "char \fBmodechar\fP"
23 .br
24 .ti -1c
25 .RI "int \fBtype\fP"
26 .br
27 .ti -1c
28 .RI "int \fBparams_when_on\fP"
29 .br
30 .ti -1c
31 .RI "int \fBparams_when_off\fP"
32 .br
33 .ti -1c
34 .RI "bool \fBneedsoper\fP"
35 .br
36 .in -1c
37 .SH "Constructor & Destructor Documentation"
38 .PP 
39 .SS "ExtMode::ExtMode (char mc, int ty, bool oper, int p_on, int p_off)\fC [inline]\fP"
40 .PP
41 Definition at line 29 of file modules.cpp.
42 .PP
43 .nf
44 29 : modechar(mc), type(ty), needsoper(oper), params_when_on(p_on), params_when_off(p_off) { };
45 .fi
46 .SH "Member Data Documentation"
47 .PP 
48 .SS "char ExtMode::modechar"
49 .PP
50 Definition at line 24 of file modules.cpp.
51 .SS "bool ExtMode::needsoper"
52 .PP
53 Definition at line 28 of file modules.cpp.
54 .SS "int ExtMode::params_when_off"
55 .PP
56 Definition at line 27 of file modules.cpp.
57 .SS "int ExtMode::params_when_on"
58 .PP
59 Definition at line 26 of file modules.cpp.
60 .SS "int ExtMode::type"
61 .PP
62 Definition at line 25 of file modules.cpp.
63
64 .SH "Author"
65 .PP 
66 Generated automatically by Doxygen for InspIRCd from the source code.