|
libircbot
library providing a framework for implementing an IRC bot
|
An IRC channel. More...
#include <ircbot/ircchannel.h>
Public Member Functions | |
| const char * | IrcChannel_name (const IrcChannel *self) |
| The name of the channel. More... | |
| const IrcServer * | IrcChannel_server (const IrcChannel *self) |
| The server of the channel. More... | |
| int | IrcChannel_isJoined (const IrcChannel *self) |
| Whether the bot is currently on this channel. More... | |
| const IBHashTable * | IrcChannel_nicks (const IrcChannel *self) |
| A hash table of all the nicks currently on the channel. More... | |
An IRC channel.
| int IrcChannel_isJoined | ( | const IrcChannel * | self | ) |
Whether the bot is currently on this channel.
| self | the IrcChannel |
| const char * IrcChannel_name | ( | const IrcChannel * | self | ) |
| const IBHashTable * IrcChannel_nicks | ( | const IrcChannel * | self | ) |
A hash table of all the nicks currently on the channel.
The nicks are the keys of the hash table, the value is always the name of the channel.
| self | the IrcChannel |
| const IrcServer * IrcChannel_server | ( | const IrcChannel * | self | ) |