irccd  3.0.3
Public Attributes | List of all members
irccd::daemon::notice_event Struct Reference

Notice event. More...

#include <server.hpp>

Public Attributes

std::shared_ptr< class serverserver
 The server. More...
 
std::string origin
 The originator. More...
 
std::string channel
 The channel or target. More...
 
std::string message
 The message. More...
 

Detailed Description

Notice event.

Member Data Documentation

◆ channel

std::string irccd::daemon::notice_event::channel

The channel or target.

◆ message

std::string irccd::daemon::notice_event::message

The message.

◆ origin

std::string irccd::daemon::notice_event::origin

The originator.

◆ server

std::shared_ptr<class server> irccd::daemon::notice_event::server

The server.


The documentation for this struct was generated from the following file: