|
libircbot
library providing a framework for implementing an IRC bot
|
All valid IRC protocol messages according to RFC 2812. More...
#include <include/irccommand.h>
Public Member Functions | |
| IrcCommand | IrcCommand_parse (const char *cmd) |
| Parse a string to the corresponding IrcCommand. More... | |
| const char * | IrcCommand_str (IrcCommand self) |
| Get the corresponsing string for and IrcCommand. More... | |
All valid IRC protocol messages according to RFC 2812.
| IrcCommand IrcCommand_parse | ( | const char * | cmd | ) |
Parse a string to the corresponding IrcCommand.
| cmd | the command string |
| const char * IrcCommand_str | ( | IrcCommand | self | ) |
Get the corresponsing string for and IrcCommand.
| self | the IrcCommand |