diff options
Diffstat (limited to 'docs/man/man3/ucrec.3')
-rw-r--r-- | docs/man/man3/ucrec.3 | 85 |
1 files changed, 0 insertions, 85 deletions
diff --git a/docs/man/man3/ucrec.3 b/docs/man/man3/ucrec.3 deleted file mode 100644 index 3f0226786..000000000 --- a/docs/man/man3/ucrec.3 +++ /dev/null @@ -1,85 +0,0 @@ -.TH "ucrec" 3 "19 Dec 2005" "Version 1.0Betareleases" "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. - -.PP -.SH SYNOPSIS -.br -.PP -\fC#include <channels.h>\fP -.PP -Inherits \fBclassbase\fP. -.PP -.SS "Public Member Functions" - -.in +1c -.ti -1c -.RI "\fBucrec\fP ()" -.br -.ti -1c -.RI "virtual \fB~ucrec\fP ()" -.br -.in -1c -.SS "Public Attributes" - -.in +1c -.ti -1c -.RI "char \fBuc_modes\fP" -.br -.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" -.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. - -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 243 of file channels.h. -.SH "Constructor & Destructor Documentation" -.PP -.SS "ucrec::ucrec ()\fC [inline]\fP" -.PP -Definition at line 256 of file channels.h. -.PP -.nf -256 { /* stub */ } -.fi -.PP -.SS "virtual ucrec::~ucrec ()\fC [inline, virtual]\fP" -.PP -Definition at line 257 of file channels.h. -.PP -.nf -257 { /* stub */ } -.fi -.PP -.SH "Member Data Documentation" -.PP -.SS "\fBchanrec\fP* \fBucrec::channel\fP" -.PP -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 254 of file channels.h. -.PP -Referenced by AddClient(), and 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 249 of file channels.h. -.PP -Referenced by AddClient(), and ForceChan(). - -.SH "Author" -.PP -Generated automatically by Doxygen for InspIRCd from the source code. |