summaryrefslogtreecommitdiff
path: root/docs/man/man3/ucrec.3
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-14 19:17:41 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-14 19:17:41 +0000
commita96514c284514116300794696f062c7fa6b1f79f (patch)
treeb7b26583dcf354313f74613e604bd9c5dbb52acb /docs/man/man3/ucrec.3
parentc4a345fe9903643a716ebf4c1df35fe28036bf4d (diff)
Added new docs for class InspIRCd and globals.h etc
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2451 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/man/man3/ucrec.3')
-rw-r--r--docs/man/man3/ucrec.318
1 files changed, 11 insertions, 7 deletions
diff --git a/docs/man/man3/ucrec.3 b/docs/man/man3/ucrec.3
index 2b88bcc46..764821843 100644
--- a/docs/man/man3/ucrec.3
+++ b/docs/man/man3/ucrec.3
@@ -40,23 +40,23 @@ 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 241 of file channels.h.
+Definition at line 243 of file channels.h.
.SH "Constructor & Destructor Documentation"
.PP
.SS "ucrec::ucrec ()\fC [inline]\fP"
.PP
-Definition at line 254 of file channels.h.
+Definition at line 256 of file channels.h.
.PP
.nf
-254 { /* stub */ }
+256 { /* stub */ }
.fi
.PP
.SS "virtual ucrec::~ucrec ()\fC [inline, virtual]\fP"
.PP
-Definition at line 255 of file channels.h.
+Definition at line 257 of file channels.h.
.PP
.nf
-255 { /* stub */ }
+257 { /* stub */ }
.fi
.PP
.SH "Member Data Documentation"
@@ -67,14 +67,18 @@ Points to the channel record where the given modes apply.
.PP
If the record is not in use, this value will be NULL.
.PP
-Definition at line 252 of file channels.h.
+Definition at line 254 of file channels.h.
+.PP
+Referenced by ForceChan().
.SS "char \fBucrec::uc_modes\fP"
.PP
Contains a bitmask of the UCMODE_OP .
.PP
.. UCMODE_FOUNDER values. If this value is zero, the user has no privilages upon the channel.
.PP
-Definition at line 247 of file channels.h.
+Definition at line 249 of file channels.h.
+.PP
+Referenced by ForceChan().
.SH "Author"
.PP