#include <chan.h>
Data Fields | |
memberlist * | member |
masklist * | ban |
masklist * | exempt |
masklist * | invite |
char * | topic |
char * | key |
unsigned int | mode |
int | maxmembers |
int | members |
Definition at line 123 of file chan.h.
Definition at line 125 of file chan.h.
Referenced by channels_expmem(), check_expired_bans(), check_expired_chanstuff(), check_expired_exempts(), cmd_kickban(), cmd_mns_ban(), detect_chan_flood(), enforce_bans(), got_unban(), got_unexempt(), gotjoin(), quickban(), real_add_mode(), recheck_exempts(), refresh_ban_kick(), refresh_exempt(), status_log(), and tell_bans().
Definition at line 126 of file chan.h.
Referenced by channels_expmem(), check_exemptlist(), check_expired_chanstuff(), check_expired_exempts(), cmd_mns_exempt(), got_unexempt(), real_add_mode(), refresh_exempt(), status_log(), and tell_exempts().
Definition at line 127 of file chan.h.
Referenced by channels_expmem(), check_expired_chanstuff(), check_expired_invites(), cmd_mns_invite(), got_uninvite(), real_add_mode(), refresh_invite(), status_log(), and tell_invites().
char* key |
Definition at line 129 of file chan.h.
Referenced by channels_expmem(), check_expired_chanstuff(), getchanmode(), got001(), got315(), got324(), got442(), got475(), gotinvite(), gotkick(), gotmode(), gotpart(), msg_key(), recheck_channel_modes(), remove_channel(), reset_chan_info(), and set_key().
int maxmembers |
Definition at line 131 of file chan.h.
Referenced by getchanmode(), got324(), gotmode(), and recheck_channel_modes().
Definition at line 124 of file chan.h.
Referenced by any_ops(), check_chanlist(), check_chanlist_hand(), check_expired_chanstuff(), check_lonely_channel(), check_this_ban(), check_this_user(), clear_chanlist(), clear_chanlist_member(), cmd_channel(), detect_chan_flood(), do_seen(), expired_mask(), flush_modes(), getnick(), got_ban(), got_deop(), hand_on_chan(), ismember(), kick_all(), killmember(), msg_who(), newmember(), recheck_channel(), set_chanlist(), set_delay(), status_log(), and sync_members().
int members |
Definition at line 132 of file chan.h.
Referenced by channels_expmem(), channels_report(), cmd_channel(), got315(), killmember(), minutely_checks(), newmember(), status_log(), and sync_members().
unsigned int mode |
Definition at line 130 of file chan.h.
Referenced by check_expired_chanstuff(), check_expired_invites(), check_lonely_channel(), cmd_act(), cmd_invite(), cmd_say(), getchanmode(), got324(), got_uninvite(), gotmode(), msg_invite(), msg_key(), recheck_channel_modes(), recheck_invites(), and refresh_invite().
char* topic |
Definition at line 128 of file chan.h.
Referenced by channels_expmem(), cmd_channel(), cmd_topic(), and set_topic().