|
libsrsirc
0.0.14
Lightweight, cross-platform IRC library
|
Object representation of an IRC channel. More...
#include <irc_track.h>
Data Fields | |
| const char * | name |
| Name of the channel. | |
| const char * | topic |
| Topic of the channel, or NULL. | |
| const char * | topicnick |
| Nick of who set the topic, or NULL. | |
| uint64_t | tscreate |
| Channel creation time (ms since Epoch) | |
| uint64_t | tstopic |
| Topic timestamp (ms since Epoch) | |
| void * | tag |
| Opaque user data. | |
Object representation of an IRC channel.
This struct represents a channel and the information we know about it
1.8.11