]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/man/man3/ucrec.3
New documentation!
[user/henk/code/inspircd.git] / docs / man / man3 / ucrec.3
index 5b5cc328543a319c57968469057dc52ade9623ea..5f9098e255047a1828b6bbb6bc679984bfdf28c7 100644 (file)
@@ -1,4 +1,4 @@
-.TH "ucrec" 3 "20 Apr 2005" "InspIRCd" \" -*- nroff -*-
+.TH "ucrec" 3 "26 Apr 2005" "InspIRCd" \" -*- nroff -*-
 .ad l
 .nh
 .SH NAME
@@ -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 202 of file channels.h.
+Definition at line 257 of file channels.h.
 .SH "Constructor & Destructor Documentation"
 .PP 
 .SS "ucrec::ucrec ()\fC [inline]\fP"
 .PP
-Definition at line 215 of file channels.h.
+Definition at line 270 of file channels.h.
 .PP
 .nf
-215 { /* stub */ }
+270 { /* stub */ }
 .fi
 .SS "virtual ucrec::~\fBucrec\fP ()\fC [inline, virtual]\fP"
 .PP
-Definition at line 216 of file channels.h.
+Definition at line 271 of file channels.h.
 .PP
 .nf
-216 { /* stub */ }
+271 { /* 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 213 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 268 of file channels.h.
 .PP
 Referenced by Server::PseudoToUser(), and userrec::userrec().
 .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 208 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 263 of file channels.h.
 .PP
 Referenced by userrec::userrec().