summaryrefslogtreecommitdiff
path: root/docs/man/man3/channels.h.3
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-03-25 03:51:56 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-03-25 03:51:56 +0000
commit52899de0ff2d62ca0542b243c41626010bf62083 (patch)
treeb9c92bbdb7d65a7467cbd6ebcbc31dc2f96e09e3 /docs/man/man3/channels.h.3
parent0340f1a432d684347d8dbc3aa85c8436c56d4039 (diff)
Documentation update
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@899 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/channels.h.3')
-rw-r--r--docs/man/man3/channels.h.344
1 files changed, 22 insertions, 22 deletions
diff --git a/docs/man/man3/channels.h.3 b/docs/man/man3/channels.h.3
index bae8d2f2a..fa8009f18 100644
--- a/docs/man/man3/channels.h.3
+++ b/docs/man/man3/channels.h.3
@@ -1,4 +1,4 @@
-.TH "channels.h" 3 "2 May 2004" "InspIRCd" \" -*- nroff -*-
+.TH "channels.h" 3 "25 Mar 2005" "InspIRCd" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@@ -23,31 +23,31 @@ channels.h \-
.ti -1c
.RI "class \fBBanItem\fP"
.br
-.RI "\fIA subclass of \fBHostItem\fP designed to hold channel bans (+b).\fP"
+.RI "\fIA subclass of \fBHostItem\fP designed to hold channel bans (+b). \fP"
.ti -1c
.RI "class \fBchanrec\fP"
.br
-.RI "\fIHolds all relevent information for a channel.\fP"
+.RI "\fIHolds all relevent information for a channel. \fP"
.ti -1c
.RI "class \fBExemptItem\fP"
.br
-.RI "\fIA subclass of \fBHostItem\fP designed to hold channel exempts (+e).\fP"
+.RI "\fIA subclass of \fBHostItem\fP designed to hold channel exempts (+e). \fP"
.ti -1c
.RI "class \fBHostItem\fP"
.br
-.RI "\fIHolds an entry for a ban list, exemption list, or invite list.\fP"
+.RI "\fIHolds an entry for a ban list, exemption list, or invite list. \fP"
.ti -1c
.RI "class \fBInviteItem\fP"
.br
-.RI "\fIA subclass of \fBHostItem\fP designed to hold channel invites (+I).\fP"
+.RI "\fIA subclass of \fBHostItem\fP designed to hold channel invites (+I). \fP"
.ti -1c
.RI "class \fBModeParameter\fP"
.br
-.RI "\fIHolds a custom parameter to a module-defined channel mode e.g.\fP"
+.RI "\fIHolds a custom parameter to a module-defined channel mode e.g. \fP"
.ti -1c
.RI "class \fBucrec\fP"
.br
-.RI "\fIHolds a user's modes on a channel This class associates a users privilages with a channel by creating a pointer link between a userrec and chanrec class.\fP"
+.RI "\fIHolds a user's modes on a channel This class associates a users privilages with a channel by creating a pointer link between a userrec and chanrec class. \fP"
.in -1c
.SS "Defines"
@@ -74,44 +74,44 @@ channels.h \-
.ti -1c
.RI "typedef std::vector< \fBBanItem\fP > \fBBanList\fP"
.br
-.RI "\fIHolds a complete ban list.\fP"
+.RI "\fIHolds a complete ban list. \fP"
.ti -1c
.RI "typedef std::vector< \fBExemptItem\fP > \fBExemptList\fP"
.br
-.RI "\fIHolds a complete exempt list.\fP"
+.RI "\fIHolds a complete exempt list. \fP"
.ti -1c
.RI "typedef std::vector< \fBInviteItem\fP > \fBInviteList\fP"
.br
-.RI "\fIHolds a complete invite list.\fP"
+.RI "\fIHolds a complete invite list. \fP"
.in -1c
.SH "Define Documentation"
.PP
.SS "#define UCMODE_FOUNDER 16"
.PP
-Definition at line 184 of file channels.h.
+Definition at line 195 of file channels.h.
.SS "#define UCMODE_HOP 4"
.PP
-Definition at line 182 of file channels.h.
+Definition at line 193 of file channels.h.
.SS "#define UCMODE_OP 1"
.PP
-Definition at line 180 of file channels.h.
+Definition at line 191 of file channels.h.
.SS "#define UCMODE_PROTECT 8"
.PP
-Definition at line 183 of file channels.h.
+Definition at line 194 of file channels.h.
.SS "#define UCMODE_VOICE 2"
.PP
-Definition at line 181 of file channels.h.
+Definition at line 192 of file channels.h.
.SH "Typedef Documentation"
.PP
-.SS "typedef std::vector<\fBBanItem\fP> BanList"
+.SS "typedef std::vector<\fBBanItem\fP> \fBBanList\fP"
.PP
-Holds a complete ban list.Definition at line 69 of file channels.h.
-.SS "typedef std::vector<\fBExemptItem\fP> ExemptList"
+Holds a complete ban list. Definition at line 80 of file channels.h.
+.SS "typedef std::vector<\fBExemptItem\fP> \fBExemptList\fP"
.PP
-Holds a complete exempt list.Definition at line 73 of file channels.h.
-.SS "typedef std::vector<\fBInviteItem\fP> InviteList"
+Holds a complete exempt list. Definition at line 84 of file channels.h.
+.SS "typedef std::vector<\fBInviteItem\fP> \fBInviteList\fP"
.PP
-Holds a complete invite list.Definition at line 77 of file channels.h.
+Holds a complete invite list. Definition at line 88 of file channels.h.
.SH "Author"
.PP
Generated automatically by Doxygen for InspIRCd from the source code.