#include <chan.h>
Data Fields | |
char | nick [NICKLEN] |
char | userhost [UHOSTLEN] |
time_t | joined |
unsigned long | flags |
time_t | split |
time_t | last |
time_t | delay |
struct userrec * | user |
int | tried_getuser |
struct memstruct * | next |
Definition at line 46 of file chan.h.
Definition at line 53 of file chan.h.
Referenced by flush_modes(), got352or4(), gotjoin(), newmember(), and set_delay().
unsigned long flags |
Definition at line 50 of file chan.h.
Referenced by check_expired_chanstuff(), check_this_member(), cmd_kick(), cmd_kickban(), detect_chan_flood(), flush_modes(), got352or4(), got_dehalfop(), got_deop(), got_halfop(), got_op(), gotjoin(), gotmode(), gotmsg(), gotnick(), gotnotice(), kick_all(), punish_badguy(), real_add_mode(), recheck_channel(), and set_delay().
Definition at line 49 of file chan.h.
Referenced by cmd_channel(), detect_chan_flood(), got352or4(), and gotjoin().
Definition at line 52 of file chan.h.
Referenced by check_expired_chanstuff(), cmd_channel(), got352or4(), gotjoin(), gotkick(), gotmode(), gotnick(), gottopic(), newmember(), and update_idle().
Definition at line 56 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().
char nick[NICKLEN] |
Definition at line 47 of file chan.h.
Referenced by add_bot_hostmask(), any_ops(), check_chanlist(), check_chanlist_hand(), check_expired_chanstuff(), check_lonely_channel(), check_this_ban(), check_this_member(), check_this_user(), clear_chanlist(), clear_chanlist_member(), cmd_adduser(), cmd_channel(), cmd_dehalfop(), cmd_deluser(), cmd_deop(), cmd_devoice(), cmd_halfop(), cmd_kick(), cmd_kickban(), cmd_op(), cmd_voice(), detect_chan_flood(), do_seen(), expired_mask(), flush_modes(), getnick(), got352or4(), got_ban(), got_dehalfop(), got_deop(), got_halfop(), got_op(), gotjoin(), gotkick(), gotmode(), gotnick(), hand_on_chan(), ismember(), kick_all(), killmember(), msg_who(), newmember(), recheck_channel(), refresh_ban_kick(), set_chanlist(), set_delay(), status_log(), and sync_members().
Definition at line 51 of file chan.h.
Referenced by check_expired_chanstuff(), cmd_channel(), got352or4(), gotjoin(), gotnick(), gotquit(), and newmember().
int tried_getuser |
Definition at line 55 of file chan.h.
Referenced by clear_chanlist(), clear_chanlist_member(), and recheck_channel().
Definition at line 54 of file chan.h.
Referenced by check_chanlist(), check_chanlist_hand(), check_expired_chanstuff(), check_this_member(), check_this_user(), clear_chanlist(), clear_chanlist_member(), cmd_channel(), cmd_dehalfop(), cmd_devoice(), cmd_halfop(), cmd_voice(), expired_mask(), got352or4(), got_halfop(), got_op(), gotjoin(), gotmode(), gotnick(), kick_all(), punish_badguy(), recheck_channel(), refresh_ban_kick(), and set_chanlist().
char userhost[UHOSTLEN] |
Definition at line 48 of file chan.h.
Referenced by add_bot_hostmask(), check_chanlist(), check_expired_chanstuff(), check_lonely_channel(), check_this_ban(), check_this_member(), check_this_user(), cmd_adduser(), cmd_channel(), cmd_dehalfop(), cmd_deluser(), cmd_deop(), cmd_devoice(), cmd_halfop(), cmd_kick(), cmd_kickban(), cmd_op(), cmd_voice(), detect_chan_flood(), do_seen(), expired_mask(), getnick(), got352or4(), got_ban(), got_dehalfop(), got_deop(), got_halfop(), got_op(), gotjoin(), gotkick(), gotmode(), hand_on_chan(), kick_all(), msg_who(), msg_whois(), recheck_channel(), refresh_ban_kick(), and set_chanlist().