summaryrefslogtreecommitdiff
path: root/docs/man/man3/ExtMode.3
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-01 17:07:33 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-01 17:07:33 +0000
commit260d107be38928396b5339829ab321c2207f09bc (patch)
tree07e861e346d973f2bcf54d7b6580f421d7376be5 /docs/man/man3/ExtMode.3
parent19aa5d081acc8e35fb6a49016ffebeb447f1d375 (diff)
Updated documentation (manpages)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@936 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/ExtMode.3')
-rw-r--r--docs/man/man3/ExtMode.330
1 files changed, 21 insertions, 9 deletions
diff --git a/docs/man/man3/ExtMode.3 b/docs/man/man3/ExtMode.3
index 1be57e1ec..e8b2efc37 100644
--- a/docs/man/man3/ExtMode.3
+++ b/docs/man/man3/ExtMode.3
@@ -1,4 +1,4 @@
-.TH "ExtMode" 3 "25 Mar 2005" "InspIRCd" \" -*- nroff -*-
+.TH "ExtMode" 3 "28 Mar 2005" "InspIRCd" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@@ -41,31 +41,43 @@ Inherits \fBclassbase\fP.
.PP
.SS "ExtMode::ExtMode (char mc, int ty, bool oper, int p_on, int p_off)\fC [inline]\fP"
.PP
-Definition at line 190 of file modules.cpp.
+Definition at line 197 of file modules.cpp.
+.PP
+References modechar, needsoper, params_when_off, params_when_on, and type.
.PP
.nf
-190 : modechar(mc), type(ty), needsoper(oper), params_when_on(p_on), params_when_off(p_off) { };
+197 : modechar(mc), type(ty), needsoper(oper), params_when_on(p_on), params_when_off(p_off) { };
.fi
.SH "Member Data Documentation"
.PP
.SS "bool \fBExtMode::list\fP"
.PP
-Definition at line 189 of file modules.cpp.
+Definition at line 196 of file modules.cpp.
.SS "char \fBExtMode::modechar\fP"
.PP
-Definition at line 184 of file modules.cpp.
+Definition at line 191 of file modules.cpp.
+.PP
+Referenced by ExtMode().
.SS "bool \fBExtMode::needsoper\fP"
.PP
-Definition at line 188 of file modules.cpp.
+Definition at line 195 of file modules.cpp.
+.PP
+Referenced by ExtMode().
.SS "int \fBExtMode::params_when_off\fP"
.PP
-Definition at line 187 of file modules.cpp.
+Definition at line 194 of file modules.cpp.
+.PP
+Referenced by ExtMode().
.SS "int \fBExtMode::params_when_on\fP"
.PP
-Definition at line 186 of file modules.cpp.
+Definition at line 193 of file modules.cpp.
+.PP
+Referenced by ExtMode().
.SS "int \fBExtMode::type\fP"
.PP
-Definition at line 185 of file modules.cpp.
+Definition at line 192 of file modules.cpp.
+.PP
+Referenced by ExtMode().
.SH "Author"
.PP