#include <irc/message.hpp>
IRC message struct.
Servers and clients send each other messages, which may or may not generate a reply.
Public Attributes | |
| optional_prefix | prefix |
| Message prefix (optional). More... | |
| irc::command | command |
| Message command. More... | |
| std::vector< std::string > | params |
| Message command parameters. More... | |
| irc::command irc::message::command |
Message command.
| std::vector<std::string> irc::message::params |
Message command parameters.
RFC set this to a maximum of 15.
| optional_prefix irc::message::prefix |
Message prefix (optional).