summaryrefslogtreecommitdiff
path: root/docs/man/man3/ucrec.3
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-12 23:06:51 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-05-12 23:06:51 +0000
commit88dd74fc84b574f17673338c6d42123570f464da (patch)
treec8d310f7e39c6f5fa69d62d8363d9e410c7d95b9 /docs/man/man3/ucrec.3
parent9c70fbb7c7c532baf0e02e144e93d259b13913dd (diff)
Added docs for new smaller memory footprint classes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1371 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/ucrec.3')
-rw-r--r--docs/man/man3/ucrec.318
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/man/man3/ucrec.3 b/docs/man/man3/ucrec.3
index 941107fdd..a048470b7 100644
--- a/docs/man/man3/ucrec.3
+++ b/docs/man/man3/ucrec.3
@@ -26,7 +26,7 @@ Inherits \fBclassbase\fP.
.in +1c
.ti -1c
-.RI "long \fBuc_modes\fP"
+.RI "char \fBuc_modes\fP"
.br
.RI "\fIContains a bitmask of the UCMODE_OP ... \fP"
.ti -1c
@@ -40,33 +40,33 @@ Holds a user's modes on a channel This class associates a users privilages with
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 257 of file channels.h.
+Definition at line 222 of file channels.h.
.SH "Constructor & Destructor Documentation"
.PP
.SS "ucrec::ucrec ()\fC [inline]\fP"
.PP
-Definition at line 270 of file channels.h.
+Definition at line 235 of file channels.h.
.PP
.nf
-270 { /* stub */ }
+235 { /* stub */ }
.fi
.SS "virtual ucrec::~\fBucrec\fP ()\fC [inline, virtual]\fP"
.PP
-Definition at line 271 of file channels.h.
+Definition at line 236 of file channels.h.
.PP
.nf
-271 { /* stub */ }
+236 { /* stub */ }
.fi
.SH "Member Data Documentation"
.PP
.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 268 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 233 of file channels.h.
.PP
Referenced by Server::PseudoToUser(), and userrec::userrec().
-.SS "long \fBucrec::uc_modes\fP"
+.SS "char \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 263 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 228 of file channels.h.
.PP
Referenced by userrec::userrec().