|
UFO: Alien Invasion
|

Data Fields | |
| char | name [MAX_VAR] |
| char | topic [256] |
| int | users |
| irc_user_t * | user |
Definition at line 70 of file cl_irc.cpp.
| char irc_channel_t::name[MAX_VAR] |
Definition at line 71 of file cl_irc.cpp.
| char irc_channel_t::topic[256] |
Definition at line 72 of file cl_irc.cpp.
Referenced by Irc_Logic_GetChannelTopic().
| irc_user_t* irc_channel_t::user |
Definition at line 74 of file cl_irc.cpp.
Referenced by Irc_Logic_AddChannelName(), and Irc_Logic_RemoveChannelName().
| int irc_channel_t::users |
Definition at line 73 of file cl_irc.cpp.
Referenced by Irc_Logic_AddChannelName(), and Irc_Logic_RemoveChannelName().