libircpp
Version: 0.0.1
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
irc::message Struct Reference

#include <irc/message.hpp>

Detailed Description

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...
 

Member Data Documentation

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).