#include <comsys.h>
Collaboration diagram for comuser:

Data Fields | |
| dbref | who |
| bool | bUserIsOn |
| char * | title |
| bool | ComTitleStatus |
| comuser * | on_next |
Definition at line 24 of file comsys.h.
| bool comuser::bUserIsOn |
Definition at line 27 of file comsys.h.
Referenced by do_channelwho(), do_comconnectraw_notify(), do_comdisconnectraw_notify(), do_comwho(), do_delcomchannel(), do_joinchannel(), do_leavechannel(), do_processcom(), FUNCTION(), save_comsystem(), and SendChannelMessage().
Definition at line 29 of file comsys.h.
Referenced by BuildChannelMessage(), do_joinchannel(), do_setcomtitlestatus(), save_comsystem(), and SendChannelMessage().
| struct comuser* comuser::on_next |
Definition at line 30 of file comsys.h.
Referenced by do_comconnectchannel(), do_comdisconnectchannel(), do_comwho(), do_joinchannel(), FUNCTION(), load_comsystem(), and SendChannelMessage().
| char* comuser::title |
Definition at line 28 of file comsys.h.
Referenced by BuildChannelMessage(), do_comwho_line(), do_delcomchannel(), do_joinchannel(), do_setnewtitle(), load_comsystem(), and save_comsystem().
Definition at line 26 of file comsys.h.
Referenced by BuildChannelMessage(), do_channelwho(), do_comconnectchannel(), do_comdisconnectchannel(), do_comwho(), do_comwho_line(), do_delcomchannel(), do_joinchannel(), FUNCTION(), load_comsystem(), save_comsystem(), select_user(), SendChannelMessage(), and sort_users().
1.4.7