irccd
3.0.3
|
Notice event. More...
#include <server.hpp>
Public Attributes | |
std::shared_ptr< class server > | server |
The server. More... | |
std::string | origin |
The originator. More... | |
std::string | channel |
The channel or target. More... | |
std::string | message |
The message. More... | |
Notice event.
std::string irccd::daemon::notice_event::channel |
The channel or target.
std::string irccd::daemon::notice_event::message |
The message.
std::string irccd::daemon::notice_event::origin |
The originator.
std::shared_ptr<class server> irccd::daemon::notice_event::server |
The server.