Data Structures | Data Fields

channel_ Struct Reference

#include <services.h>

Collaboration diagram for channel_:
Collaboration graph
[legend]

Data Structures

struct  c_userlist

Data Fields

Channelnext
Channelprev
char name [CHANMAX]
ChannelInfoci
time_t creation_time
char * topic
char topic_setter [NICKMAX]
time_t topic_time
uint32 mode
uint32 limit
char * key
char * redirect
char * flood
char * throttle
EListbans
EListexcepts
EListinvites
struct channel_::c_userlistusers
int16 usercount
BanDatabd
time_t server_modetime
time_t chanserv_modetime
int16 server_modecount
int16 chanserv_modecount
int16 bouncy_modes
int16 topic_sync

Detailed Description

Definition at line 996 of file services.h.


Field Documentation

Definition at line 1020 of file services.h.

Referenced by chan_delete(), get_ban_data(), and get_channel_stats().

Definition at line 1026 of file services.h.

Referenced by check_modes(), do_clearmodes(), do_mass_mode(), do_os_kick(), and do_os_mode().

Definition at line 1025 of file services.h.

Referenced by check_modes().

Definition at line 1023 of file services.h.

Referenced by check_modes().

Definition at line 1005 of file services.h.

Referenced by bot_join(), get_limit(), and set_limit().

char channel_::name[CHANMAX]

Definition at line 997 of file services.h.

Referenced by chan_create(), and chan_delete().

Definition at line 1024 of file services.h.

Referenced by check_modes(), and do_cmode().

Definition at line 1022 of file services.h.

Referenced by do_cmode().

Definition at line 1009 of file services.h.

Referenced by chan_delete(), chan_set_throttle(), get_channel_stats(), and get_throttle().

char channel_::topic_setter[NICKMAX]

Definition at line 1027 of file services.h.

Referenced by chan_create(), do_sjoin(), do_topic(), restore_topic(), and restore_unsynced_topics().


The documentation for this struct was generated from the following file: