summaryrefslogtreecommitdiff
path: root/docs/man/man3/ExtMode.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/man3/ExtMode.3')
-rw-r--r--docs/man/man3/ExtMode.384
1 files changed, 0 insertions, 84 deletions
diff --git a/docs/man/man3/ExtMode.3 b/docs/man/man3/ExtMode.3
deleted file mode 100644
index 8d172b5da..000000000
--- a/docs/man/man3/ExtMode.3
+++ /dev/null
@@ -1,84 +0,0 @@
-.TH "ExtMode" 3 "19 Dec 2005" "Version 1.0Betareleases" "InspIRCd" \" -*- nroff -*-
-.ad l
-.nh
-.SH NAME
-ExtMode \- Holds an extended mode's details.
-
-.PP
-.SH SYNOPSIS
-.br
-.PP
-\fC#include <modules.h>\fP
-.PP
-Inherits \fBclassbase\fP.
-.PP
-.SS "Public Member Functions"
-
-.in +1c
-.ti -1c
-.RI "\fBExtMode\fP (char mc, int ty, bool oper, int p_on, int p_off)"
-.br
-.in -1c
-.SS "Public Attributes"
-
-.in +1c
-.ti -1c
-.RI "char \fBmodechar\fP"
-.br
-.ti -1c
-.RI "int \fBtype\fP"
-.br
-.ti -1c
-.RI "bool \fBneedsoper\fP"
-.br
-.ti -1c
-.RI "int \fBparams_when_on\fP"
-.br
-.ti -1c
-.RI "int \fBparams_when_off\fP"
-.br
-.ti -1c
-.RI "bool \fBlist\fP"
-.br
-.in -1c
-.SH "Detailed Description"
-.PP
-Holds an extended mode's details.
-
-Used internally by \fBmodules.cpp\fP
-.PP
-Definition at line 254 of file modules.h.
-.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 263 of file modules.h.
-.PP
-.nf
-263 : 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 262 of file modules.h.
-.SS "char \fBExtMode::modechar\fP"
-.PP
-Definition at line 257 of file modules.h.
-.SS "bool \fBExtMode::needsoper\fP"
-.PP
-Definition at line 259 of file modules.h.
-.SS "int \fBExtMode::params_when_off\fP"
-.PP
-Definition at line 261 of file modules.h.
-.SS "int \fBExtMode::params_when_on\fP"
-.PP
-Definition at line 260 of file modules.h.
-.SS "int \fBExtMode::type\fP"
-.PP
-Definition at line 258 of file modules.h.
-
-.SH "Author"
-.PP
-Generated automatically by Doxygen for InspIRCd from the source code.