|
libircbot
library providing a framework for implementing an IRC bot
|
This is the complete list of members for IrcServer, including all inherited members.
| IrcServer_channels(const IrcServer *self) | IrcServer | |
| IrcServer_create(const char *id, const char *remotehost, int port, const char *nick, const char *user, const char *realname) | IrcServer | |
| IrcServer_destroy(IrcServer *self) | IrcServer | |
| IrcServer_enableTls(IrcServer *self, const char *certfile, const char *keyfile) | IrcServer | |
| IrcServer_id(const IrcServer *self) | IrcServer | |
| IrcServer_join(IrcServer *self, const char *channel) | IrcServer | |
| IrcServer_name(const IrcServer *self) | IrcServer | |
| IrcServer_nick(const IrcServer *self) | IrcServer | |
| IrcServer_part(IrcServer *self, const char *channel) | IrcServer |