irccd
3.0.3
|
CTCP action 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 | message |
The message. More... | |
CTCP action event.
std::string irccd::daemon::me_event::channel |
The channel.
std::string irccd::daemon::me_event::message |
The message.
std::string irccd::daemon::me_event::origin |
The originator.
std::shared_ptr<class server> irccd::daemon::me_event::server |
The server.