diff options
Diffstat (limited to 'docs/man/man3/ExtMode.3')
-rw-r--r-- | docs/man/man3/ExtMode.3 | 40 |
1 files changed, 16 insertions, 24 deletions
diff --git a/docs/man/man3/ExtMode.3 b/docs/man/man3/ExtMode.3 index 1c8a04730..6b5905f8d 100644 --- a/docs/man/man3/ExtMode.3 +++ b/docs/man/man3/ExtMode.3 @@ -1,4 +1,4 @@ -.TH "ExtMode" 3 "30 May 2005" "InspIRCd" \" -*- nroff -*- +.TH "ExtMode" 3 "27 Nov 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME @@ -25,59 +25,51 @@ Inherits \fBclassbase\fP. .RI "int \fBtype\fP" .br .ti -1c -.RI "int \fBparams_when_on\fP" +.RI "bool \fBneedsoper\fP" .br .ti -1c -.RI "int \fBparams_when_off\fP" +.RI "int \fBparams_when_on\fP" .br .ti -1c -.RI "bool \fBneedsoper\fP" +.RI "int \fBparams_when_off\fP" .br .ti -1c .RI "bool \fBlist\fP" .br .in -1c +.SH "Detailed Description" +.PP +Definition at line 139 of file modules.cpp. .SH "Constructor & Destructor Documentation" .PP .SS "ExtMode::ExtMode (char mc, int ty, bool oper, int p_on, int p_off)\fC [inline]\fP" .PP -Definition at line 147 of file modules.cpp. -.PP -References modechar, needsoper, params_when_off, params_when_on, and type. +Definition at line 148 of file modules.cpp. .PP .nf -147 : modechar(mc), type(ty), needsoper(oper), params_when_on(p_on), params_when_off(p_off) { }; +148 : modechar(mc), type(ty), needsoper(oper), params_when_on(p_on), params_when_off(p_off) { }; .fi +.PP .SH "Member Data Documentation" .PP .SS "bool \fBExtMode::list\fP" .PP -Definition at line 146 of file modules.cpp. +Definition at line 147 of file modules.cpp. .SS "char \fBExtMode::modechar\fP" .PP -Definition at line 141 of file modules.cpp. -.PP -Referenced by ExtMode(). +Definition at line 142 of file modules.cpp. .SS "bool \fBExtMode::needsoper\fP" .PP -Definition at line 145 of file modules.cpp. -.PP -Referenced by ExtMode(). -.SS "int \fBExtMode::params_when_off\fP" -.PP Definition at line 144 of file modules.cpp. +.SS "int \fBExtMode::params_when_off\fP" .PP -Referenced by ExtMode(). +Definition at line 146 of file modules.cpp. .SS "int \fBExtMode::params_when_on\fP" .PP -Definition at line 143 of file modules.cpp. -.PP -Referenced by ExtMode(). +Definition at line 145 of file modules.cpp. .SS "int \fBExtMode::type\fP" .PP -Definition at line 142 of file modules.cpp. -.PP -Referenced by ExtMode(). +Definition at line 143 of file modules.cpp. .SH "Author" .PP |