libsrsirc  0.0.14
Lightweight, cross-platform IRC library
Data Fields

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.
 

Detailed Description

Object representation of an IRC channel.

This struct represents a channel and the information we know about it


The documentation for this struct was generated from the following file: