irccd
3.0.3
|
Part 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. More... | |
std::string | reason |
The reason. More... | |
Part event.
std::string irccd::daemon::part_event::channel |
The channel.
std::string irccd::daemon::part_event::origin |
The originator.
std::string irccd::daemon::part_event::reason |
The reason.
std::shared_ptr<class server> irccd::daemon::part_event::server |
The server.