#include <struct.h>
Public Attributes | |
char | name [CHANLEN] |
Channel name buffer. | |
RegId | founderId |
Founder nickname buffer. | |
int | facc |
Founder identified? | |
char | desc [CHANDESCBUF] |
Description buffer. | |
char * | autogreet |
Autogreet pointer. | |
char * | topic |
Topic pointer. | |
char * | url |
URL pointer. | |
char * | markby |
Pointer to marker nickname. | |
char | tsetby [NICKLEN] |
Nickname (buffer) of topic setter. | |
unsigned char | password [PASSLEN+1] |
Registration password. | |
time_t | ttimestamp |
When the topic was set (UTC). | |
long | mlock |
Modelock flags (+/-). | |
long | flags |
Registration flags. | |
time_t | timereg |
Time of registration (UTC). | |
time_t | timestamp |
Last time used (UTC). | |
char | key [KEYLEN] |
Channel key (modelock). | |
long | limit |
Channel limit (modelock). | |
u_int | ops |
Number of chanops in database. | |
int | akicks |
Number of autokicks in database. | |
int | tlocklevel |
Topiclock level. | |
int | restrictlevel |
Restriction level. | |
int | memolevel |
Level required to memo channel. | |
u_int32_t | chpw_key |
Password change authorization key. | |
IdentifyData | id |
Identification information. | |
cAkickList * | firstAkick |
First akick list item. | |
cAkickList * | lastAkick |
Last akick list item. | |
cAccessListHashEnt | op [OPHASHSIZE] |
Hash of channel operator list. | |
cAccessList * | firstOp |
First chanop list item. | |
cAccessList * | lastOp |
Last chanop list item. | |
RegChanList * | next |
Next registered channel item. | |
RegChanList * | previous |
Previous registered channel item. | |
RegChanList * | hashnext |
Next hashed regchan item. | |
RegChanList * | hashprev |
Previous hashed regchan item. | |
u_char | badpws |
Number bad passwords on this chan. |
Definition at line 544 of file struct.h.