#include <struct.h>
Public Attributes | |
char | name [CHANLEN] |
Channel name buffer. | |
cBanList * | firstBan |
List of banned masks. | |
cBanList * | lastBan |
Last ban in list. | |
cNickListHashEnt | users [CHANUSERHASHSIZE] |
Hash of users in the channel. | |
cNickList * | firstUser |
First user in channel list. | |
cNickList * | lastUser |
Last user in channel list. | |
long | modes |
Modes of channel. | |
RegChanList * | reg |
Pointer to channel registration information. | |
ChanList * | next |
ChanList * | previous |
ChanList * | hashnext |
ChanList * | hashprev |
Definition at line 514 of file struct.h.