summaryrefslogtreecommitdiff
path: root/docs/man/man3/ucrec.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/ucrec.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/ucrec.3')
-rw-r--r--docs/man/man3/ucrec.330
1 files changed, 15 insertions, 15 deletions
diff --git a/docs/man/man3/ucrec.3 b/docs/man/man3/ucrec.3
index 8aae73488..9036f983b 100644
--- a/docs/man/man3/ucrec.3
+++ b/docs/man/man3/ucrec.3
@@ -1,8 +1,8 @@
-.TH "ucrec" 3 "2 May 2004" "InspIRCd" \" -*- nroff -*-
+.TH "ucrec" 3 "25 Mar 2005" "InspIRCd" \" -*- nroff -*-
.ad l
.nh
.SH NAME
-ucrec \- Holds 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.
+ucrec \- Holds 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.
.PP
.SH SYNOPSIS
@@ -28,45 +28,45 @@ Inherits \fBclassbase\fP.
.ti -1c
.RI "long \fBuc_modes\fP"
.br
-.RI "\fIContains a bitmask of the UCMODE_OP ...\fP"
+.RI "\fIContains a bitmask of the UCMODE_OP ... \fP"
.ti -1c
.RI "\fBchanrec\fP * \fBchannel\fP"
.br
-.RI "\fIPoints to the channel record where the given modes apply.\fP"
+.RI "\fIPoints to the channel record where the given modes apply. \fP"
.in -1c
.SH "Detailed Description"
.PP
-Holds 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.
+Holds 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.
The uc_modes member holds a bitmask of which privilages the user has on the channel, such as op, voice, etc.
.PP
-Definition at line 191 of file channels.h.
+Definition at line 202 of file channels.h.
.SH "Constructor & Destructor Documentation"
.PP
.SS "ucrec::ucrec ()\fC [inline]\fP"
.PP
-Definition at line 204 of file channels.h.
+Definition at line 215 of file channels.h.
.PP
.nf
-204 { /* stub */ }
+215 { /* stub */ }
.fi
-.SS "virtual ucrec::~ucrec ()\fC [inline, virtual]\fP"
+.SS "virtual ucrec::~\fBucrec\fP ()\fC [inline, virtual]\fP"
.PP
-Definition at line 205 of file channels.h.
+Definition at line 216 of file channels.h.
.PP
.nf
-205 { /* stub */ }
+216 { /* stub */ }
.fi
.SH "Member Data Documentation"
.PP
-.SS "\fBchanrec\fP* ucrec::channel"
+.SS "\fBchanrec\fP* \fBucrec::channel\fP"
.PP
-Points to the channel record where the given modes apply.If the record is not in use, this value will be NULL.Definition at line 202 of file channels.h.
+Points to the channel record where the given modes apply. If the record is not in use, this value will be NULL.Definition at line 213 of file channels.h.
.PP
Referenced by userrec::userrec().
-.SS "long ucrec::uc_modes"
+.SS "long \fBucrec::uc_modes\fP"
.PP
-Contains a bitmask of the UCMODE_OP ...UCMODE_FOUNDER values. If this value is zero, the user has no privilages upon the channel.Definition at line 197 of file channels.h.
+Contains a bitmask of the UCMODE_OP ... UCMODE_FOUNDER values. If this value is zero, the user has no privilages upon the channel.Definition at line 208 of file channels.h.
.PP
Referenced by userrec::userrec().