An IRC protocol message.
More...
#include <ircbot/ircmessage.h>
◆ IrcMessage_command()
The command of the message.
- Parameters
-
- Returns
- the command of the message
◆ IrcMessage_params()
The parameters of the message.
- Parameters
-
- Returns
- the list of parameters
◆ IrcMessage_prefix()
| const char * IrcMessage_prefix |
( |
const IrcMessage * |
self | ) |
|
The prefix of the message.
- Parameters
-
- Returns
- the prefix, or NULL if there is none
◆ IrcMessage_rawCmd()
| const char * IrcMessage_rawCmd |
( |
const IrcMessage * |
self | ) |
|
The unparsed command of the message.
- Parameters
-
- Returns
- the original string received for the command
◆ IrcMessage_rawParams()
| const char * IrcMessage_rawParams |
( |
const IrcMessage * |
self | ) |
|
The unparsed parameters of the message.
- Parameters
-
- Returns
- the original string received for the parameters
The documentation for this class was generated from the following file: