#include <channels.h>
Inherits classbase.
Public Member Functions | |
ucrec () | |
virtual | ~ucrec () |
Public Attributes | |
char | uc_modes |
Contains a bitmask of the UCMODE_OP ... | |
chanrec * | channel |
Points to the channel record where the given modes apply. |
The uc_modes member holds a bitmask of which privilages the user has on the channel, such as op, voice, etc.
Definition at line 222 of file channels.h.
|
Definition at line 235 of file channels.h.
00235 { /* stub */ }
|
|
Definition at line 236 of file channels.h.
00236 { /* stub */ }
|
|
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. Referenced by Server::PseudoToUser(), and userrec::userrec(). |
|
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. Referenced by userrec::userrec(). |