#include <comsys.h>
Collaboration diagram for channel:
Data Fields | |
char | name [MAX_CHANNEL_LEN+1] |
char | header [MAX_HEADER_LEN+1] |
int | type |
int | temp1 |
int | temp2 |
int | charge |
dbref | charge_who |
int | amount_col |
int | num_users |
int | max_users |
dbref | chan_obj |
comuser ** | users |
comuser * | on_users |
int | num_messages |
Definition at line 33 of file comsys.h.
Definition at line 42 of file comsys.h.
Referenced by do_createchannel(), do_listchannels(), do_processcom(), and save_comsystem().
Definition at line 45 of file comsys.h.
Referenced by do_chanlist(), do_chanlog(), do_chopen(), do_comlast(), do_createchannel(), do_listchannels(), save_comsystem(), SendChannelMessage(), test_join_access(), test_receive_access(), and test_transmit_access().
int channel::charge |
Definition at line 40 of file comsys.h.
Referenced by do_createchannel(), do_editchannel(), do_listchannels(), do_processcom(), and save_comsystem().
Definition at line 41 of file comsys.h.
Referenced by do_cemit(), do_chanlist(), do_channelnuke(), do_channelwho(), do_chboot(), do_cheader(), do_chopen(), do_createchannel(), do_destroychannel(), do_editchannel(), do_listchannels(), do_processcom(), FUNCTION(), and save_comsystem().
char channel::header[MAX_HEADER_LEN+1] |
Definition at line 36 of file comsys.h.
Referenced by do_cemit(), do_chanlist(), do_chboot(), do_cheader(), do_comconnectraw_notify(), do_comdisconnectraw_notify(), do_createchannel(), do_delcomchannel(), do_joinchannel(), do_leavechannel(), do_processcom(), and save_comsystem().
char channel::name[MAX_CHANNEL_LEN+1] |
Definition at line 35 of file comsys.h.
Referenced by do_chanlist(), do_channelnuke(), do_channelwho(), do_chboot(), do_chopen(), do_comwho(), do_createchannel(), do_joinchannel(), do_leavechannel(), do_listchannels(), FUNCTION(), and save_comsystem().
Definition at line 48 of file comsys.h.
Referenced by do_comlast(), do_createchannel(), do_listchannels(), save_comsystem(), and SendChannelMessage().
Definition at line 43 of file comsys.h.
Referenced by do_channelnuke(), do_channelwho(), do_createchannel(), do_delcomchannel(), do_destroychannel(), do_joinchannel(), do_listchannels(), save_comsystem(), select_user(), and sort_users().
struct comuser* channel::on_users |
Definition at line 47 of file comsys.h.
Referenced by do_comconnectchannel(), do_comdisconnectchannel(), do_comwho(), do_createchannel(), do_joinchannel(), FUNCTION(), and SendChannelMessage().
int channel::temp1 |
int channel::temp2 |
int channel::type |
Definition at line 37 of file comsys.h.
Referenced by do_chanlist(), do_chboot(), do_chopen(), do_comconnectraw_notify(), do_comdisconnectraw_notify(), do_comwho_line(), do_createchannel(), do_delcomchannel(), do_editchannel(), do_joinchannel(), do_leavechannel(), do_listchannels(), do_processcom(), FUNCTION(), save_comsystem(), SendChannelMessage(), test_join_access(), test_receive_access(), and test_transmit_access().
struct comuser** channel::users |
Definition at line 46 of file comsys.h.
Referenced by do_channelnuke(), do_channelwho(), do_createchannel(), do_delcomchannel(), do_destroychannel(), do_joinchannel(), save_comsystem(), select_user(), and sort_users().